diff --git a/.config/polybar/config b/.config/polybar/config index 6840d5c5..88e7c7c3 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -143,7 +143,7 @@ ws-icon-8 = 9; ws-icon-9 = 10; ws-icon-default =  -label-focused = %icon% +label-focused = %name% label-focused-padding = 2 label-focused-foreground = ${res/colors.background} label-focused-background = ${res/colors.secondary} @@ -163,8 +163,8 @@ label-urgent-padding = ${self.label-focused-padding} label-urgent-foreground = ${res/colors.alert} label-urgent-background = ${res/colors.background} -label-empty = ${self.label-focused} -label-empty-padding = ${self.label-focused-padding} +label-empty = +label-empty-padding = 0 label-empty-foreground = ${res/colors.background-4} label-empty-background = ${res/colors.background}