Dotfiles, utilities, and other apparatus.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
1.0 KiB

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