Guest User

xmobarrc

a guest
May 13th, 2012
556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
  2. , bgColor = "#444444"
  3. , fgColor = "#c0c0c0"
  4. , position = Top
  5. , lowerOnStart = True
  6. , commands = [ Run Date "%_d.%m %H:%M:%S" "date" 10
  7. , Run StdinReader
  8. , Run MultiCpu ["-w", "3", "-c", "0", "-L", "5", "-H", "50", "--normal", "#ffc0cb", "--high", "#ff69b4", "-t", "<total0>% <total1>%"] 10
  9. , Run Memory ["-w", "3", "-c", "0", "-L", "60", "-H", "80", "--normal", "#ffc0cb", "--high", "#ff69b4", "-t", "<usedratio>%"] 10
  10. , Run Network "wimax0" ["-w", "6", "-c", "0", "-t", "<rx>KB <tx>KB"] 10
  11. , Run Wireless "wlan0" ["-w", "3", "-c", "0", "-t", "'<essid>' <quality>%"] 10
  12. , Run Kbd [("us", "US"), ("ru", "RU")]
  13. , Run Com "vol.sh" [] "vol" 10
  14. ]
  15. , sepChar = "%"
  16. , alignSep = "}{"
  17. , template = " %StdinReader% }{ %kbd% | cpu %multicpu% | mem %memory% | net %wimax0% | ess %wlan0wi% | vol %vol% | %date% "
  18. }
Advertisement
Add Comment
Please, Sign In to add comment