feat: toggling audio between speakers

This commit is contained in:
2025-04-28 18:13:34 +01:00
parent 693dcccdf0
commit 98d8d45529
4 changed files with 21 additions and 3 deletions

View File

@@ -39,12 +39,13 @@
},
"pulseaudio": {
// "scroll-step": 1, // %, can be a float
"format": "{icon} {volume}% {format_source}",
"format": "{icon} {format_source} {volume}%",
"format-muted": "",
"format-source": "",
"format-source-muted": "Muted",
"format-source-muted": "",
"format-icons": {
"default": ["", "", " "]
"hdmi": ["", "", " "],
"default": ["", "", ""]
},
"on-click": "pavucontrol"
},