;========================================================== ; ; ; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗ ; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗ ; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝ ; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗ ; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║ ; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ; ; ; To learn more about how to configure Polybar ; go to https://github.com/polybar/polybar ; ; The README contains a lot of information ; ;========================================================== [colors] ;background = ${xrdb:color0:#222} background = #2f3e46 background-alt = #354f52 ;foreground = ${xrdb:color7:#222} foreground = #84a98c foreground-alt = #cad2c5 primary = #52796f secondary = #e60053 alert = #bd2c40 [bar/obsidianblk] ;monitor = ${env:MONITOR:HDMI-1} monitor = ${env:MONITOR:} width = 100% height = 27 ;offset-x = 1% ;offset-y = 1% radius = 6.0 fixed-center = false bottom = true background = ${colors.background} foreground = ${colors.foreground} line-size = 3 line-color = #f00 border-size = 0 border-color = #00FF0000 padding-left = 0 padding-right = 0 ;2 module-margin-left = 0 ;1 module-margin-right = 0 ;2 ;font-0 = fixed:pixelsize=10;1 font-0 = DejaVu Sans Mono for Powerline:style=Bold:pixelsize=10;0 font-1 = DejaVu Sans Mono for Powerline:style=Bold:pixelsize=20;1 font-2 = unifont:fontformat=truetype:size=8:antialias=false;0 font-3 = siji:pixelsize=10;1 modules-left = obspace obswoosh obswedge-l bspwm i3 obswedge-r obswoosh modules-center = modules-right = filesystem pulseaudio xkeyboard memory cpu eth date powermenu tray-position = right tray-padding = 2 ;tray-background = #0063ff ;wm-restack = bspwm ;wm-restack = i3 ;override-redirect = true ;scroll-up = bspwm-desknext ;scroll-down = bspwm-deskprev ;scroll-up = i3wm-wsnext ;scroll-down = i3wm-wsprev cursor-click = pointer cursor-scroll = ns-resize [section/modules] include-file = ~/.config/polybar/modules.obsidianblk.ini [settings] screenchange-reload = true ;compositing-background = xor ;compositing-background = screen ;compositing-foreground = source ;compositing-border = over ;pseudo-transparency = false [global/wm] margin-top = 5 margin-bottom = 5 ; vim:ft=dosini