1. Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*"
  2. , bgColor = "black"
  3. , fgColor = "grey"
  4. , position = TopW L 100
  5. , lowerOnStart = True
  6. , commands = [ Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
  7. , Run Memory ["-t","Mem: <usedratio>%"] 10
  8. , Run Swap [] 10
  9. , Run Date "%a %b %_d %l:%M" "date" 10
  10. , Run StdinReader
  11. ]
  12. , sepChar = "%"
  13. , alignSep = "}{"
  14. , template = "%StdinReader% }{ %cpu% | %memory% * %swap% <fc=#fff201>%date%</fc> "
  15. }
  16.