From c43f56fdabcf187679004f61b64084e9c4723ea8 Mon Sep 17 00:00:00 2001 From: Simon Studer Date: Sat, 11 Oct 2025 14:14:53 +0200 Subject: [PATCH] update bluetooth headset icons --- config/waybar/config.jsonc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index f403e2e..5093f29 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -200,14 +200,14 @@ // "scroll-step": 1, // %, can be a float "format": "{volume}% {icon} {format_source}", "format-bluetooth": "{volume}% {icon} {format_source}", - "format-bluetooth-muted": " {icon} {format_source}", + "format-bluetooth-muted": " {icon} {format_source}", "format-muted": " {format_source}", "format-source": "{volume}% ", "format-source-muted": "", "format-icons": { "headphone": "", - "hands-free": "", - "headset": "", + "hands-free": "h", + "headset": " ", "phone": "", "portable": "", "car": "",