diff options
Diffstat (limited to 'polybar/.config')
-rw-r--r-- | polybar/.config/polybar/bspwm.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/polybar/.config/polybar/bspwm.ini b/polybar/.config/polybar/bspwm.ini index 046165d..71ea3a3 100644 --- a/polybar/.config/polybar/bspwm.ini +++ b/polybar/.config/polybar/bspwm.ini @@ -15,7 +15,7 @@ overline-color = #f00 underline-size = 1 underline-color = #00f -border-bottom-size = 1 +border-bottom-size = 0 border-bottom-color = #d8dee9 spacing = 1 @@ -47,12 +47,12 @@ enable-scroll = false label-focused = ${self.label} label-focused-padding = ${self.padding} -label-focused-foreground = ${colors.foreground-alt} +label-focused-foreground = ${colors.foreground} label-focused-background = ${colors.background-emph} label-occupied = ${self.label} -label-occupied-background = ${colors.background-alt} label-occupied-foreground = ${colors.foreground} +label-occupied-background = ${colors.background} label-occupied-padding = ${self.padding} label-urgent = ${self.label} |