|
|
- Config { font = "-*-Fixed-Bold-R-Normal-*-18*-*-*-*-*-*-*"
- , bgColor = "darkgreen"
- , fgColor = "grey"
- , position = BottomW L 90
- , lowerOnStart = False
- , commands = [ Run Weather "KDEN" ["-t", " <tempF>F", "-L", "64", "-H", "77", "--normal", "green", "--high", "red", "--low", "blue"] 36000
- , Run Cpu ["-t", "cpu <total>%", "-L", "3", "-H", "50", "--normal", "green", "--high", "red"] 10
- , Run Memory ["-t", "mem <usedratio>%"] 10
- , Run DynNetwork ["-L", "0", "-H", "32", "--normal", "green", "--high", "red"] 300
- -- , Run Swap ["-t", "swap: <usedratio>%"] 10
- , Run Date "%a %b %_d %l:%M (%s)" "date" 10
- , Run BatteryP ["BAT0"] ["-t", "AC <acstatus> (<left>%)"] 500
- , Run StdinReader
- ]
- , sepChar = "%"
- , alignSep = "}{"
- , template = "%StdinReader% }{ %cpu%|%dynnetwork%|%memory%|%battery%|<fc=#a3ddf0>%date%</fc>|%KDEN%"
- }
|