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