fix volume not showing the corret number on mute
This commit is contained in:
parent
4b7dfd0419
commit
a03da678b2
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@
|
||||||
"format": "{icon} {volume}%",
|
"format": "{icon} {volume}%",
|
||||||
"format-bluetooth": "{volume}% {icon} {format_source}",
|
"format-bluetooth": "{volume}% {icon} {format_source}",
|
||||||
"format-bluetooth-muted": " {icon} {format_source}",
|
"format-bluetooth-muted": " {icon} {format_source}",
|
||||||
"format-muted": " {format_source}",
|
"format-muted": " {volume}%",
|
||||||
"format-source": "{volume}%",
|
"format-source": "{volume}%",
|
||||||
"format-source-muted": "",
|
"format-source-muted": "",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
|
|
Loading…
Reference in a new issue