123456789101112131415161718 |
- Config { font = "xft:Bitstream Vera Sans Mono:pixelsize=12:antialias=true"
- , bgColor = "black"
- , fgColor = "grey"
- , position = TopW L 100
- , commands = [ Run Weather "KLAF" ["-t"," <tempF>F","-L","64","-H","77","--normal","green","--high","red","--low","lightblue"] 36000
- , Run Network "wlan0" ["-L","0","-H","32","--normal","green","--high","red"] 10
- , Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
- , Run Memory ["-t","Mem: <usedratio>%"] 10
- , Run Swap [] 10
- , Run Battery ["-L","50","-H","75","--high","green","--normal","yellow", "--low", "red"] 10
- , Run Date "%a %b %_d %l:%M" "date" 10
- , Run StdinReader
- ]
- , sepChar = "%"
- , alignSep = "}{"
- , template = "%StdinReader% }{ %cpu% | %memory% | %swap% | %wlan0% | %battery% <fc=#ee9a00>%date%</fc> | %KLAF%"
- }
|