poetician

Polybar - config.ini - 001 Maple Leaves Mid 02 Theme

Jun 25th, 2024
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.17 KB | None | 0 0
  1. ; ____ __ _ _ ______ ___ __ _ =
  2. ; / __ \____ ___ / /_(_)____(_)___ _____ / ____/___/ (_) /_(_)___ ____ =
  3. ; / /_/ / __ \/ _ \/ __/ / ___/ / __ `/ __ \ / __/ / __ / / __/ / __ \/ __ \ =
  4. ; / ____/ /_/ / __/ /_/ / /__/ / /_/ / / / / / /___/ /_/ / / /_/ / /_/ / / / / =
  5. ; /_/ \____/\___/\__/_/\___/_/\__,_/_/ /_/ /_____/\__,_/_/\__/_/\____/_/ /_/ =
  6. ; =
  7. ;===================================================================================== =
  8. ;
  9. ; 0011 Maple Leaves Mid 02 Theme With A Gradient
  10. ;
  11. ;===================================================================================== =
  12. ;
  13. ; To learn more about how to configure Polybar go to
  14. ; https://github.com/jaagr/polybar
  15. ;
  16. ; The README contains important information
  17. ; Themes : https://github.com/jaagr/dots/tree/master/.local/etc/themer/themes
  18. ; https://github.com/jaagr/polybar/wiki/
  19. ; https://github.com/jaagr/polybar/wiki/Configuration
  20. ; https://github.com/jaagr/polybar/wiki/Formatting
  21. ;
  22. ;=====================================================
  23. ; https://gitlab.com/Poetician
  24. ; https://pastebin.com/u/poetician
  25. ;=====================================================
  26.  
  27. [settings]
  28. ;https://github.com/jaagr/polybar/wiki/Configuration#application-settings
  29. screenchange-reload = true
  30. compositing-background = over
  31. compositing-foreground = over
  32. compositing-overline = over
  33. compositing-underline = over
  34. compositing-border = over
  35. pseudo-transparency = true
  36.  
  37. include-file = ~/.config/polybar/colors.conf
  38. include-file = ~/.config/polybar/modules.conf
  39. include-file = ~/.config/polybar/i3.conf
  40. ;include-file = ~/.config/polybar/decor.conf
  41. ;include-file = ~/.config/i3/polybar/system.conf
  42.  
  43. ############################################################################
  44. ############ TOPBAR-I3 ############
  45. ############################################################################
  46.  
  47. [bar/topbar-i3]
  48.  
  49. monitor = ${env:MONITOR}
  50. ;monitor-fallback = HDMI-1
  51. monitor-strict = false
  52. override-redirect = false
  53. bottom = false
  54. fixed-center = true
  55. width = 1920
  56. height = 28
  57. ;offset-x = 4
  58. ;offset-y = 4
  59. ;locale = fr_CA.UTF-8
  60.  
  61. ; Background gradient (vertical steps)
  62. ; background-[0-9]+ = #aarrggbb
  63.  
  64. background-0 = #f2503e33
  65. background-1 = #d9503e33
  66. background-2 = #bf503e33
  67. background-3 = #ab503e33
  68. background-4 = #8c503e33
  69. background-5 = #80503e33
  70. background-6 = #73503e33
  71.  
  72. radius-top = 10
  73. radius-bottom = 16
  74.  
  75. ;border-size = 6
  76. border-left-size = 300
  77. border-right-size = 300
  78. border-top-size = 0
  79. border-bottom-size = 8
  80. border-color = #00000000
  81.  
  82. padding-left = 2
  83. padding-right = 2
  84.  
  85. module-margin-left = 1
  86. module-margin-right = 1
  87.  
  88. font-0 = "Bauhaus:size=12;2"
  89. font-1 = "fontawesome:size=13;2"
  90.  
  91. modules-left = i3 sep
  92. modules-center = systray changebackground sep
  93. modules-right = networkspeedup networkspeeddown sep memory2 sep arch-updates sep date
  94.  
  95. dim-value = 0.8
  96.  
  97. #i3: Make the bar appear below windows
  98. ;wm-restack = i3
  99. ;override-redirect = true
  100.  
  101. ; Enable support for inter-process messaging
  102. ; See the Messaging wiki page for more details.
  103. enable-ipc = true
  104.  
  105. ; Fallback click handlers that will be called if
  106. ; there's no matching module handler found.
  107. click-left = rofi -show filebrowser
  108. click-middle = rofi -show window
  109. click-right = rofi -show drun
  110. scroll-up = i3wm-wsnext
  111. scroll-down = i3wm-wsprev
  112. double-click-left =
  113. double-click-middle =
  114. double-click-right =
  115.  
  116. ; Requires polybar to be built with xcursor support (xcb-util-cursor)
  117. ; Possible values are:
  118. ; - default : The default pointer as before, can also be an empty string (default)
  119. ; - pointer : Typically in the form of a hand
  120. ; - ns-resize : Up and down arrows, can be used to indicate scrolling
  121. cursor-click =
  122. cursor-scroll =
  123.  
  124.  
  125. #########################################################################
  126. ############ BOTTOMBAR-I3 ############
  127. #########################################################################
  128.  
  129. [bar/bottombar-i3]
  130.  
  131. monitor = ${env:MONITOR}
  132. ;monitor-fallback = HDMI-A-0
  133. monitor-strict = false
  134. override-redirect = false
  135. bottom = true
  136. fixed-center = true
  137. width = 1440
  138. height = 20
  139. ;offset-x = 1%
  140. ;offset-y = 1%
  141. ;locale = fr_CA.UTF-8
  142.  
  143. background = #00000000
  144.  
  145. ; Background gradient (vertical steps)
  146. ; background-[0-9]+ = #aarrggbb
  147. ;background-0 = #f2c5c1c2
  148. ;background-1 = #e6c5c1c2
  149. ;background-2 = #d9c5c1c2
  150. ;background-3 = #ccc5c1c2
  151. ;background-4 = #bfc5c1c2
  152. ;background-5 = #b3c5c1c2
  153. ;background-6 = #99c5c1c2
  154. ;background-7 = #80c5c1c2
  155. ;background-8 = #66c5c1c2
  156. ;background-9 = #4dc5c1c2
  157.  
  158. radius-top = 0
  159. radius-bottom = 0
  160.  
  161. ;line-size = 0
  162. ;line-color = #f8b317
  163.  
  164. ;border-size = 0
  165. border-left-size = 480
  166. ;border-right-size = 25
  167. border-top-size = 3
  168. border-bottom-size = 0
  169. border-color = #00000000
  170.  
  171. padding-left = 0
  172. padding-right = 0
  173.  
  174. module-margin-left = 0
  175. module-margin-right = 0
  176.  
  177. font-0 = "Bauhaus:size=13;3"
  178. font-1 = "fontawesome:size=13;3"
  179. font-2 = "Iosevka Nerd Font:size=14;3"
  180. font-3 = "Iosevka Nerd Font:size=16;4"
  181. font-4 = "Iosevka Nerd Font:size=18;4"
  182.  
  183. modules-left = xwindow changebackground uptime
  184. modules-center =
  185. modules-right = networkspeedup networkspeeddown
  186.  
  187. ;separator = |
  188.  
  189. dim-value = 0.6
  190.  
  191. #i3: Make the bar appear below windows
  192. ;wm-restack = i3
  193. ;override-redirect = true
  194.  
  195. ; Enable support for inter-process messaging
  196. ; See the Messaging wiki page for more details.
  197. enable-ipc = true
  198.  
  199. ; Fallback click handlers that will be called if
  200. ; there's no matching module handler found.
  201. click-left = jgmenu_run
  202. click-middle = rofi -show window
  203. click-right = rofi -show drun
  204. scroll-up = i3wm-wsnext
  205. scroll-down = i3wm-wsprev
  206. ;double-click-left =
  207. ;double-click-middle =
  208. ;double-click-right =
  209.  
  210. ; Requires polybar to be built with xcursor support (xcb-util-cursor)
  211. ; Possible values are:
  212. ; - default : The default pointer as before, can also be an empty string (default)
  213. ; - pointer : Typically in the form of a hand
  214. ; - ns-resize : Up and down arrows, can be used to indicate scrolling
  215. ;cursor-click =
  216. ;cursor-scroll =
  217.  
  218.  
Advertisement
Add Comment
Please, Sign In to add comment