diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index b062a2b..a621a35 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -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",