add mic mute button support
This commit is contained in:
@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user