Code:
Config { font = "-misc-fixed-*-*-*-*-12-*-*-*-*-*-*-*"
, bgColor = "black"
, fgColor = "grey"
, position = Top
, border = FullB
, borderColor = "#3579a8"
, lowerOnStart = True
, commands = [ Run Weather "KAMW" ["-t","<tempF>","-L","32","-H","65","--normal","green","--high","red","--low","lightblue"] 36000
, Run Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"] 10
, Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
, Run Wireless "wlan0" ["-L", "33", "-H", "66", "--low", "red", "--high", "green"] 500
, Run Memory ["-t","Mem: <usedratio>%"] 10
, Run Date "%b %_d %H:%M" "date" 10
, Run BatteryP ["BAT0"] ["-t", "<acstatus>: <left>","-L", "10", "-H", "80", "-l", "red", "-h", "green", "-n", "yellow","--", "-c", "energy_full", "-O", "A", "-o", "B"] 10
, Run StdinReader
, Run MultiCpu ["-t", "<autototal>%", "-L","15","-H","50","--normal","green","--high","red"] 10
, Run Com "~/.xmonad/get-volume" [] "myvolume" 10
]
, sepChar = "%"
, alignSep = "}{"
, template = " %StdinReader% }{ <fc=#ee9a00>%date%</fc>| %KAMW% | %battery% | %wlan0wi% | %multicpu% | %memory% | %myvolume% "
}
Any thoughts or suggestions on how I could get this to work?
Bookmarks