Advertisement
AlbertFaust

.xmobarrc

May 27th, 2015
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Config { font = "-*-Fixed-Bold-R-Normal-*-13-*-*-*-*-*-*-*"
  2. , bgColor = "black"
  3. , fgColor = "grey"
  4. , position = TopW L 120
  5. , lowerOnStart = False
  6. , commands = [ Run Cpu ["-L", "3","-H","50","--normal","green","--high","red"] 10
  7. , Run Memory ["-t","Mem: <usedratio>%"] 10
  8. , Run Date "%a %b %_d %l:%M" "date" 10
  9. ]
  10. , sepChar = "%"
  11. , alignSep = "}{"
  12. , template = "}{ %cpu% | %memory% <fc=#ee9a00>%date%</fc>"
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement