From 31b787f60d30fb6875ad0d77e9e942cfc114701d Mon Sep 17 00:00:00 2001 From: Andrea Date: Tue, 22 Jul 2025 09:04:48 +0200 Subject: [PATCH] chore(waybar): use only default icons for pulseaudio --- .config/waybar/config.jsonc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index d395c59..bbc62f9 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -141,9 +141,6 @@ "format-bluetooth-muted": "{volume}% 󰂲", "format-muted": "{volume}% ", "format-icons": { - "headphone": "", - "hands-free": "󰋎", - "headset": "󰋎", "default": ["", "", ""] }, "on-click": "pavucontrol -t 3",