Advertisement
Algabe

xmobarrc2

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