owenh28

xmobarrc

Jan 3rd, 2022
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
  2. , additionalFonts = []
  3. , borderColor = "black"
  4. , border = TopB
  5. , bgColor = "black"
  6. , fgColor = "grey"
  7. , alpha = 255
  8. , position = Top
  9. , textOffset = -1
  10. , iconOffset = -1
  11. , lowerOnStart = True
  12. , pickBroadest = False
  13. , persistent = False
  14. , hideOnStart = False
  15. , iconRoot = "."
  16. , allDesktops = True
  17. , overrideRedirect = True
  18. , commands = [ Run Weather "EGPF" ["-t","<station>: <tempC>C",
  19. "-L","18","-H","25",
  20. "--normal","green",
  21. "--high","red",
  22. "--low","lightblue"] 36000
  23. , Run Network "eth0" ["-L","0","-H","32",
  24. "--normal","green","--high","red"] 10
  25. , Run Network "eth1" ["-L","0","-H","32",
  26. "--normal","green","--high","red"] 10
  27. , Run Cpu ["-L","3","-H","50",
  28. "--normal","green","--high","red"] 10
  29. , Run Memory ["-t","Mem: <usedratio>%"] 10
  30. , Run Swap [] 10
  31. , Run Com "uname" ["-s","-r"] "" 36000
  32. , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
  33. ]
  34. , sepChar = "%"
  35. , alignSep = "}{"
  36. , template = "%cpu% | %memory% * %swap% | %eth0% - %eth1% }\
  37. \{ <fc=#ee9a00>%date%</fc>| %EGPF% | %uname%"
  38. }
  39.  
Advertisement
Add Comment
Please, Sign In to add comment