config.ini 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. ; include-file = ~/.config/polybar/colors.ini
  2. include-file = ~/.config/polybar/modules.ini
  3. [bar/topbar]
  4. ; width = 1280
  5. ; height = 16pt
  6. width = 100%
  7. height = 25pt
  8. radius = 0
  9. bottom = false
  10. background = ${colors_material.bg}
  11. foreground = ${colors_material.fg}
  12. line-size = 2pt
  13. padding-left = 0
  14. padding-right = 0
  15. module-margin = 0
  16. offset-x = 0
  17. offset-y = 0
  18. ; border-size = 4pt
  19. ; border-color = ${colors_material.bg}
  20. ; module-margin = 1
  21. ; separator = |
  22. ; separator-foreground = ${colors.disabled}
  23. ; font-0 = <fontconfig pattern>;<vertical offset>
  24. font-0 = Sarasa Mono SC Nerd:style=Regular:size=12;2
  25. font-1 = Ubuntu Nerd Font:style=Regular:size=11;2
  26. font-2 = JetBrainsMono Nerd Font:style=Regular:size=11;2
  27. font-3 = Iosevka:style=Regular:size=12;2
  28. font-5 = monospace;2
  29. ; modules-left = xworkspaces xwindow
  30. modules-left = bspwm xwindow
  31. ; module-center =
  32. ; modules-right = updates sep weather sep cpu sep memory sep xkeyboard sep systray sep mydate powermenu
  33. modules-right = updates sep weather sep cpu sep memory sep systray sep mydate powermenu
  34. ; modules-left = sep round-left launch round-right sep round-left xworkspaces round-right sep round-left xwindow round-right
  35. ; modules-center = round-left cava round-right round-left cmus round-right
  36. ; modules-right = round-left cpu memory weather round-right sep round-left pulseaudio xkeyboard date round-right sep round-left powermenu round-right sep
  37. dpi-x = 96
  38. dpi-y = 96
  39. cursor-click = pointer
  40. cursor-scroll = ns-resize
  41. ; Enable support for inter-process messaging
  42. ; See the Messaging wiki page for more details.
  43. enable-ipc = true
  44. wm-restack = bspwm
  45. ; wm-restack = i3
  46. [settings]
  47. screenchange-reload = true
  48. pseudo-transparency = true