You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
1.4 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. ;; global settings
  2. [global/wm]
  3. margin-bottom = 0
  4. margin-top = 0
  5. include-file = ~/.config/polybar/themes/current.ini
  6. include-file = ~/.config/polybar/modules.ini
  7. include-file = ~/.config/polybar/user_modules.ini
  8. [settings]
  9. throttle-output = 5
  10. throttle-output-for = 10
  11. throttle-input-for = 30
  12. screenchange-reload = false
  13. compositing-backgroun = source
  14. compositing-foreground = over
  15. compositing-overline = over
  16. compositing-underline = over
  17. compositing-border = over
  18. [bar/common]
  19. wm-restack = bspwm
  20. monitor-strict = false
  21. override-redirect = false
  22. radius = 5.0
  23. height = 20
  24. background = ${color.background}
  25. foreground = ${color.foreground}
  26. border-color = ${color.accent}
  27. font-0 = "Hack:size=12;2"
  28. font-1 = "Icomoon\-Ultimate:size=12;2"
  29. font-2 = "Icomoon\-Ultimate:size=8;2"
  30. enable-ipc = true
  31. [bar/main]
  32. inherit = bar/common
  33. bottom = true
  34. fixed-center = true
  35. width = 14%
  36. offset-x = 43%
  37. offset-y = 0
  38. module-margin-left = 2
  39. module-margin-right = 2
  40. modules-center = bspwm
  41. scroll-up = bspc desktop -f prev.local
  42. scroll-down = bspc desktop -f next.local
  43. [bar/system]
  44. inherit = bar/common
  45. bottom = true
  46. fixed-center = true
  47. width = 15%
  48. offset-x = 84%
  49. offset-y = 0
  50. padding-left = 1
  51. separator = " "
  52. modules-margin-left = 2
  53. modules-margin-right = 2
  54. modules-left = battery backlight pulseaudio
  55. modules-center = date
  56. tray-position = right
  57. tray-detached = false
  58. tray-maxsize = 16
  59. tray-background = ${color.background}
  60. tray-offset-x = 0
  61. tray-offset-y = 0
  62. tray-padding = 0
  63. tray-scale = 1.0