Polybar: More easily communicate that we're muted

This commit is contained in:
Salt 2018-08-19 17:31:50 -05:00
parent df3f378ef7
commit b9853fa680

View File

@ -278,8 +278,8 @@ format-volume = <label-volume>
format-volume-prefix = "VOL: "
format-volume-prefix-foreground = ${res/colors.icon-volume}
format-muted = <label-muted>
format-muted-prefix = "VOL: "
format-muted-prefix-foreground = ${res/colors.icon-volume}
format-muted-prefix = "MUT: "
format-muted-prefix-foreground = ${res/colors.foreground-dark}
label-volume = %percentage:3%%
label-muted = %percentage:3%%