[polybar] Add sign for muted audio
This commit is contained in:
parent
409983811f
commit
b6645d0a4f
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ purple = ${colors/gruvbox-dark.purple}
|
||||||
; #########################################################
|
; #########################################################
|
||||||
|
|
||||||
[bar/main]
|
[bar/main]
|
||||||
; pmonitor = ${env:MONITOR:HDMI-1}
|
; monitor = ${env:MONITOR:HDMI-1}
|
||||||
width = 100%
|
width = 100%
|
||||||
height = 22
|
height = 22
|
||||||
offset-x = 0
|
offset-x = 0
|
||||||
|
@ -154,7 +154,7 @@ format-volume-padding = 1
|
||||||
format-volume-prefix = "%{T2} %{T-}"
|
format-volume-prefix = "%{T2} %{T-}"
|
||||||
format-volume = <label-volume>
|
format-volume = <label-volume>
|
||||||
label-volume = %percentage%%
|
label-volume = %percentage%%
|
||||||
label-muted = muted
|
label-muted = "%{T2} %{T-}muted"
|
||||||
label-muted-foreground = ${colors.background}
|
label-muted-foreground = ${colors.background}
|
||||||
label-muted-background = ${colors.blue}
|
label-muted-background = ${colors.blue}
|
||||||
label-muted-padding = 1
|
label-muted-padding = 1
|
||||||
|
|
Loading…
Reference in a new issue