From 293d99a43f3b43dab606df09e19b7f5d8cb44650 Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 28 Jan 2018 01:31:48 -0600 Subject: [PATCH] Polybar: Collapse volume widget while muted --- .config/polybar/config | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index cdd49ca7..3c343388 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -335,17 +335,14 @@ format-volume-prefix-padding = ${res/config.padding} format-volume-prefix-foreground = ${res/colors.background} format-volume-prefix-background = ${res/colors.primary} format-muted = -format-muted-prefix =  -format-muted-prefix-padding = ${res/config.padding} -format-muted-prefix-foreground = ${res/colors.background} -format-muted-prefix-background = ${res/colors.background-4} label-volume-padding = ${res/config.padding} label-volume-background = ${res/colors.background} -label-muted-padding = ${self.label-volume-padding} -label-muted-foreground = ${res/colors.background-4} -label-muted-background = ${self.label-volume-background} +label-muted =  +label-muted-padding = ${res/config.padding} +label-muted-foreground = ${res/colors.background} +label-muted-background = ${res/colors.background-4} [module/wlan] type = internal/network