add mic mute button support

This commit is contained in:
2025-09-12 22:43:52 +03:00
parent eb3fbb2047
commit 9726936f96
2 changed files with 9 additions and 8 deletions

View File

@ -123,10 +123,12 @@
},
"pulseaudio": {
// "scroll-step": 1, // %, can be a float
"format": "VOL {volume}%",
"format": "VOL {volume}% {format_source}",
"format-bluetooth": "{volume}% {icon} {format_source}",
"format-bluetooth-muted": " {icon} {format_source}",
"format-muted": " {format_source}",
"format-bluetooth-muted": "MUTED {icon} {format_source}",
"format-muted": "MUTED {format_source}",
"format-source": "MIC",
"format-source-muted": "MUTED",
"on-click": "pavucontrol"
},
"custom/pipewire-buffer": {