Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*"
  2. , bgColor = "#191970"
  3. , fgColor = "grey"
  4. , position = TopW C 98
  5. , lowerOnStart = True
  6. , commands = [ Run Weather "KMDW" ["-t"," <tempF>F","-L","64","-H","77","--normal","green","--high","red","--low","lightblue"] 32000
  7. , Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
  8. , Run Memory ["-t","Mem: <usedratio>%"] 10
  9. , Run Date "%a %b %_d %l:%M" "date" 10
  10. , Run StdinReader
  11. ]
  12. , sepChar = "%"
  13. , alignSep = "}{"
  14. , template = "%StdinReader% }{ %cpu% | %memory% <fc=#ee9a00>%date%</fc>"
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement