From 6a258151fa44a9fdf90c519efcccddc96478b5f4 Mon Sep 17 00:00:00 2001 From: nevaforget Date: Tue, 7 Apr 2026 17:28:15 +0200 Subject: [PATCH] fix: show bluetooth icon instead of status text in Waybar The bluetooth module displayed " {status}" (icon + text like "on"/"off") which was inconsistent with other icon-only modules. --- defaults/xdg/waybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/xdg/waybar/config b/defaults/xdg/waybar/config index 7afdc0f..e07475f 100644 --- a/defaults/xdg/waybar/config +++ b/defaults/xdg/waybar/config @@ -316,7 +316,7 @@ }, "bluetooth": { // "controller": "controller1", // specify the alias of the controller if there are more than 1 on the system - "format": " {status}", + "format": "󰂯", "format-disabled": "󰂲", // an empty format will hide the module "format-connected": "{num_connections}", "tooltip-format": "{controller_alias}\t{controller_address}",