diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2024-12-22 09:33:34 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2024-12-22 09:33:34 +0100 |
commit | 4ac6c43523a2763909a96f5341df4b3b2036e217 (patch) | |
tree | 8789d64e5a023441942dff0df9639bb7461f04b2 /polybar/.config | |
parent | 23d3e18cfb01e7c3e4b4d144989590ac21773781 (diff) |
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} |