From e1deba80ba8e03131bc4c895f6d4f77504075b5d Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 18 Jan 2018 00:13:29 -0600 Subject: [PATCH] Polybar: Hide empty workspaces on bspwm Heresy, I know, but it takes up too much space --- .config/polybar/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}