Advertisement
Algabe

Xmobar

Aug 14th, 2013
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-utf-8-*"
  2. , bgColor = "black"
  3. , fgColor = "grey"
  4. , position = Top
  5. , lowerOnStart = True
  6. , commands = [ Run Weather "EGPF" ["-t","<station>: <tempC>C","-L","18","-H","25","--normal","green","--high","red","--low","lightblue"] 36000
  7. , Run Network "wlan0" ["-L","0","-H","32","--normal","green","--high","red"] 10
  8. , Run Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"] 10
  9. , Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
  10. , Run Memory ["-t","Mem: <usedratio>%"] 10
  11. , Run Swap [] 10
  12. , Run Com "uname" ["-s","-r"] "" 36000
  13. , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
  14. , Run Com "ncmpcpp" ["--now-playing"] "" 60
  15. , Run Com "wifistatus" [] "" 115
  16. ]
  17. , sepChar = "%"
  18. , alignSep = "}{"
  19. , template = "%cpu% | %memory% * %swap% | %wlan0% - %eth0% | %wifistatus% <fc=#DE8ABE>%ncmpcpp%</fc> }{ <fc=#B27B42>%date%</fc> | %EGPF% | %uname%"
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement