Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*"
  2. , borderColor = "black"
  3. , border = TopB
  4. , bgColor = "black"
  5. , fgColor = "grey"
  6. , position = TopW L 100
  7. , commands = [ Run Weather "CYVR" ["-t","<tempC>C","-L","18","-H","25","--normal","green","--high","red","--low","lightblue"] 36000
  8. , Run Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"] 10
  9. , Run Network "eth1" ["-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 Date "%a %b %_d %Y %H:%M:%S" "date" 10
  15. , Run StdinReader
  16. ]
  17. , sepChar = "%"
  18. , alignSep = "}{"
  19. , template = "%StdinReader% | %cpu% | %memory% * %swap% | %eth0% - %eth1% }{<fc=#ee9a00>%date%</fc> | %uname% | %CYVR% "
  20. }%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement