poetician

Polybar config | from/for AxylOS

Jan 26th, 2022
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  2.  
  3. [global/wm]
  4. margin-bottom = 0
  5. margin-top = 0
  6.  
  7. include-file = ~/.config/i3/polybar/colors
  8. include-file = ~/.config/i3/polybar/modules
  9. include-file = ~/.config/i3/polybar/decor
  10. include-file = ~/.config/i3/polybar/system
  11.  
  12. ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  13.  
  14. [bar/main]
  15. monitor =
  16. monitor-fallback =
  17. monitor-strict = false
  18.  
  19. override-redirect = false
  20.  
  21. bottom = false
  22. fixed-center = true
  23.  
  24. width = 100%
  25. height = 25
  26.  
  27. offset-x = 0%
  28. offset-y = 0%
  29.  
  30. background = ${color.background}
  31. foreground = ${color.foreground}
  32.  
  33. radius-top = 0.0
  34. radius-bottom = 0.0
  35.  
  36. line-size = 2
  37. line-color = ${color.blue}
  38.  
  39. border-size = 6
  40. border-color = ${color.background}
  41.  
  42. padding = 0
  43.  
  44. module-margin-left = 0
  45. module-margin-right = 0
  46.  
  47. font-0 = "Source Code Pro Medium:size=10;3"
  48. font-1 = "Iosevka Nerd Font:size=12;3"
  49. font-2 = "Iosevka Nerd Font:size=16;4"
  50. font-3 = "Iosevka Nerd Font:size=18;4"
  51.  
  52. # Default
  53. modules-left = spacing BLD launcher BRD dot GLD cpu YPL memory CPL filesystem CRD dot MLD network MRD
  54. modules-center = LD i3 RD
  55. modules-right = RLD battery RRD dot GLD volume YPL brightness YRD dot BLD time BRD spacing
  56.  
  57. spacing = 0
  58. dim-value = 1.0
  59.  
  60. tray-position = right
  61. tray-detached = false
  62. tray-maxsize = 16
  63. tray-background = ${color.background}
  64. tray-offset-x = 0
  65. tray-offset-y = 0
  66. tray-padding = 0
  67. tray-scale = 1.0
  68.  
  69. enable-ipc = true
  70.  
  71. cursor-click =
  72. cursor-scroll =
  73.  
  74. ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  75.  
  76. [settings]
  77. throttle-output = 5
  78. throttle-output-for = 10
  79.  
  80. screenchange-reload = false
  81.  
  82. compositing-background = source
  83. compositing-foreground = over
  84. compositing-overline = over
  85. compositing-underline = over
  86. compositing-border = over
  87.  
  88. pseudo-transparency = false
  89.  
  90. ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  91.  
Advertisement
Add Comment
Please, Sign In to add comment