xmobarrc 860 B

12345678910111213141516171819
  1. Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*"
  2. , bgColor = "black"
  3. , fgColor = "grey"
  4. , position = TopW L 90
  5. , lowerOnStart = True
  6. , commands = [ Run Weather "EGPF" ["-t"," <tempF>F","-L","64","-H","77","--normal","green","--high","red","--low","lightblue"] 36000
  7. , Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
  8. , Run Memory ["-t","Mem: <usedratio>%"] 10
  9. , Run Swap [] 10
  10. , Run Date "%a %b %_d %l:%M" "date" 10
  11. , Run StdinReader
  12. ]
  13. , sepChar = "%"
  14. , alignSep = "}{"
  15. , template = "%StdinReader% }{ %cpu% | %memory% * %swap% <fc=#ee9a00>%date%</fc> | %EGPF%"
  16. , overrideRedirect = False
  17. , hideOnStart = False
  18. , persistent = True
  19. }