- Config { font = "-*-terminus-*-*-*-*-12-*-*-*-*-*-*-u"
- , bgColor = "#000000"
- , fgColor = "#c0c0c0"
- , position = Static { xpos = 0, ypos = 0, width = 1920, height = 16}
- , lowerOnStart = True
- , commands = [ Run Network "wlan0" ["-L", "8", "-H", "32", "-l", "#c0c0c0", "-n", "#429942" ,"-h", "#A36666", "-t", "<dev>: <rx> : <tx>"] 10
- , Run Cpu ["default"] 10
- , Run Memory ["-t","Mem: <usedratio>%"] 10
- , Run Date "%a %b %_d %Y %H:%M:%S" "date" 50
- , Run StdinReader
- , Run Com "dropbox" ["status"] "" 10
- , Run BatteryP ["BAT0"] ["-t","Bat: <left>%"] 100
- ]
- , sepChar = "%"
- , alignSep = "}{"
- , template = " %StdinReader% }{ Dropbox: %dropbox% <fc=#1793D1>|</fc> %battery% <fc=#1793D1>|</fc> %cpu% <fc=#1793D1>|</fc> %memory% <fc=#1793D1>|</fc> %wlan0% <fc=#1793D1>|</fc> %date%"
- }