1. Config { font = "-*-terminusmod-medium-*-*-*-14-*-*-*-*-*-*-*"
  2. , bgColor = "black"
  3. , fgColor = "grey"
  4. , position = TopW L 94
  5. , lowerOnStart = True
  6. , commands = [ Run Weather "KFLL" ["-t","<tempF>F/<rh>%","-L","76","-H","84","--normal","green","--high","red","--low","lightblue"] 36000
  7. , Run MultiCpu ["-t","<total0>% <total1>%"] 10
  8. , Run Memory ["-t","<usedratio>%"] 10
  9. , Run Network "wlan0" ["-t","<rx>/<tx>","-L","0","-H","32","--normal","green","--high","red"] 10
  10. , Run Date "%a %B %_d %Y %I:%M:%S %p" "date" 10
  11. , Run Com "/usr/bin/fahpercent" [""] "fah" 1200
  12. , Run StdinReader
  13. ]
  14. , sepChar = "%"
  15. , alignSep = "}{"
  16. , template = "%StdinReader% }{ %wlan0% | %multicpu% %memory% %fah% | %KFLL% | <fc=#FFFFFF>%date%</fc>"
  17. }