waybar: remove unused audio module

This commit is contained in:
2025-11-10 15:22:38 +01:00
parent ecf0c6ddf5
commit ecdedf9df5

View File

@@ -69,21 +69,6 @@
// "format-icons": ["", "", ""]
//},
"custom/audio": {
"exec": "~/.local/bin/waybar_audio.sh",
"return-type": "json",
"format": "{icon} {text}",
"format-icons": {
"speaker": " ",
"speaker-muted": "󰖁",
"headphones": "󰋋",
"headphones-muted": "󰟎"
},
"interval": 2,
"on-click": "~/.local/bin/toggle_audio",
"on-click-right": "pamixer --toggle-mute"
},
"custom/audio": {
"exec": "~/.local/bin/waybar_audio.sh",
"return-type": "json",