Polybar: Add Volume prefix to module when muted
Makes it more inline with the rest of the modules
This commit is contained in:
@@ -262,6 +262,8 @@ format-volume = <bar-volume> <label-volume>
|
|||||||
format-volume-prefix = "Volume: "
|
format-volume-prefix = "Volume: "
|
||||||
format-volume-prefix-foreground = ${res/colors.icon-volume}
|
format-volume-prefix-foreground = ${res/colors.icon-volume}
|
||||||
format-muted = <label-muted>
|
format-muted = <label-muted>
|
||||||
|
format-muted-prefix = "Volume: "
|
||||||
|
format-muted-prefix-foreground = ${res/colors.icon-volume}
|
||||||
|
|
||||||
label-volume = %percentage%%
|
label-volume = %percentage%%
|
||||||
label-muted = Muted
|
label-muted = Muted
|
||||||
|
Reference in New Issue
Block a user