Advertisement
Guest User

xmobarrc

a guest
Mar 5th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
  2. , bgColor = "#121212"
  3. , fgColor = "#666666"
  4. , position = Top
  5. , lowerOnStart = True
  6. , commands = [ Run StdinReader
  7. , Run Date "%d.%m %H:%M:%S" "date" 10
  8. , Run MultiCpu ["-w", "3", "-c", "0", "-L", "5", "-H", "50", "-n", "#705b46", "-h", "#a67b07", "-t", "<total0>% <total1>%"] 10
  9. , Run Memory ["-w", "3", "-c", "0", "-L", "60", "-H", "80", "-n", "#705b46", "-h", "#a67b07", "-t", "<usedratio>%"] 50
  10. , Run Network "wlp3s0" ["-w", "4", "-c", "0", "-t", "<rx>kb <tx>kb"] 10
  11. , Run Wireless "wlp3s0" ["-w", "3", "-c", "0", "-t", "'<essid>' <quality>%"] 50
  12. -- , Run Kbd [("us", "US"), ("ru", "RU")]
  13. , Run Com "vol.sh" [] "vol" 10
  14. , Run Battery ["-w", "3", "-c", "0", "-t", "<left>%"] 600
  15. -- , Run Com "cut -f 1 $HOME/.foo_status.txt" [] "foo_status" 10
  16. -- , Run Com "cmus-status.sh" [] "cmus_status" 10
  17. ]
  18. , sepChar = "%"
  19. , alignSep = "}{"
  20. , template = " %StdinReader% }{ cpu %multicpu% mem %memory% net %wlp3s0% ess %wlp3s0wi% bat %battery% vol %vol% %date% "
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement