Polybar: Hide empty workspaces on bspwm
Heresy, I know, but it takes up too much space
This commit is contained in:
parent
7fcdbc7dc9
commit
e1deba80ba
@ -143,7 +143,7 @@ ws-icon-8 = 9;
|
|||||||
ws-icon-9 = 10;
|
ws-icon-9 = 10;
|
||||||
ws-icon-default =
|
ws-icon-default =
|
||||||
|
|
||||||
label-focused = %icon%
|
label-focused = %name%
|
||||||
label-focused-padding = 2
|
label-focused-padding = 2
|
||||||
label-focused-foreground = ${res/colors.background}
|
label-focused-foreground = ${res/colors.background}
|
||||||
label-focused-background = ${res/colors.secondary}
|
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-foreground = ${res/colors.alert}
|
||||||
label-urgent-background = ${res/colors.background}
|
label-urgent-background = ${res/colors.background}
|
||||||
|
|
||||||
label-empty = ${self.label-focused}
|
label-empty =
|
||||||
label-empty-padding = ${self.label-focused-padding}
|
label-empty-padding = 0
|
||||||
label-empty-foreground = ${res/colors.background-4}
|
label-empty-foreground = ${res/colors.background-4}
|
||||||
label-empty-background = ${res/colors.background}
|
label-empty-background = ${res/colors.background}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user