Guest User

Untitled

a guest
Jul 20th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*"
  2. , bgColor = "black"
  3. , fgColor = "grey"
  4. , position = BottomW C 100
  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. , Run CommandReader "~/.xmonad/ledmon" "LED"
  13. ]
  14. , sepChar = "%"
  15. , alignSep = "}{"
  16. , template = "%StdinReader% }{ <fc=#ffff00>%LED%</fc> %cpu% | %memory% * %swap% <fc=#ee9a00>%date%</fc> | %EGPF%"
  17. }
Add Comment
Please, Sign In to add comment