fix: muting mic works

This commit is contained in:
2025-04-28 17:11:14 +01:00
parent be876256f2
commit d5a6c30dcc

View File

@ -39,10 +39,10 @@
}, },
"pulseaudio": { "pulseaudio": {
// "scroll-step": 1, // %, can be a float // "scroll-step": 1, // %, can be a float
"format": "{icon} {volume}%", "format": "{icon} {volume}% {format_source}",
"format-muted": "", "format-muted": "",
"format-source": " micrófono {volume}%", "format-source": "",
"format-source-muted": " microphone-slash", "format-source-muted": "Muted",
"format-icons": { "format-icons": {
"default": ["", "", " "] "default": ["", "", " "]
}, },