Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
  2. , bgColor = "black"
  3. , fgColor = "grey"
  4. , position = Top
  5. , lowerOnStart = True
  6. , commands = [ Run Weather "KMIA" ["-t","<station>: <tempF> F","-L"$
  7. , Run Network "eth0" ["-L","0","-H","32","--normal","g$
  8. , Run Cpu ["-L","3","-H","50","--normal","green","--hi$
  9. , Run Memory ["-t","Mem: <usedratio>%"] 10
  10. , Run Swap [] 10
  11. , Run Com "uname" ["-s","-r"] "" 36000
  12. , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
  13. ]
  14. , sepChar = "%"
  15. , alignSep = "}{"
  16. , template = "%cpu% | %memory% * %swap% | %eth0% }{ <fc=#ee9a00>%da$
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement