fix volume mute

This commit is contained in:
grassblock 2024-05-28 09:47:10 +08:00
parent 4c2daa98e2
commit a74ab45897

View file

@ -239,9 +239,9 @@
// "scroll-step": 1, // %, can be a float // "scroll-step": 1, // %, can be a float
"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": "󰝟",
"format-source": "{volume}% ", "format-source": "󰍬",
"format-source-muted": "", "format-source-muted": "",
"format-icons": { "format-icons": {
"headphone": "󰋋", "headphone": "󰋋",