Guest User

dayo

a guest
Apr 22nd, 2009
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*"
  2. , bgColor = "black"
  3. , fgColor = "grey"
  4. , position = TopW L 100
  5. , lowerOnStart = True
  6. , commands = [ Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
  7. , Run Memory ["-t","Mem: <usedratio>%"] 10
  8. , Run Swap [] 10
  9. , Run Date "%a %b %_d %l:%M" "date" 10
  10. , Run StdinReader
  11. ]
  12. , sepChar = "%"
  13. , alignSep = "}{"
  14. , template = "%StdinReader% }{ %cpu% | %memory% * %swap% <fc=#fff201>%date%</fc> "
  15. }
  16.  
Add Comment
Please, Sign In to add comment