Advertisement
Guest User

Untitled

a guest
Aug 5th, 2014
335
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-*-*-*-*-*-*-*"
  2. , overrideRedirect = False
  3. , borderColor = "black"
  4. , border = TopB
  5. , bgColor = "black"
  6. , fgColor = "grey"
  7. , position = Top
  8. , lowerOnStart = True
  9. , allDesktops = True
  10. , persistent = False
  11. , hideOnStart = False
  12. , commands = [ Run Weather "EGPF" ["-t","<station>: <tempC>C","-L","18","-H","25","--normal","green","--high","red","--low","lightblue"] 36000
  13. , Run Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"] 10
  14. , Run Network "eth1" ["-L","0","-H","32","--normal","green","--high","red"] 10
  15. , Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
  16. , Run Memory ["-t","Mem: <usedratio>%"] 10
  17. , Run Swap [] 10
  18. , Run Com "uname" ["-s","-r"] "" 36000
  19. , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
  20. ]
  21. , sepChar = "%"
  22. , alignSep = "}{"
  23. , template = "%cpu% | %memory% * %swap% | %eth0% - %eth1% }{ <fc=#ee9a00>%date%</fc>| %EGPF% | %uname%"
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement