From 75113980f09eefd2d4d0f9e93235740d3a47410a Mon Sep 17 00:00:00 2001 From: nocode Date: Sat, 4 Jul 2026 03:06:25 +0200 Subject: [PATCH] refactor(waybar): add format-no-controller for bluetooth module Configure waybar bluetooth module to use an empty format when no bluetooth controller is detected, improving UI consistency. --- configs/releng/airootfs/usr/local/share/fws/waybar-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/releng/airootfs/usr/local/share/fws/waybar-config.json b/configs/releng/airootfs/usr/local/share/fws/waybar-config.json index a3c9358..1ab24df 100644 --- a/configs/releng/airootfs/usr/local/share/fws/waybar-config.json +++ b/configs/releng/airootfs/usr/local/share/fws/waybar-config.json @@ -56,6 +56,7 @@ "format": "󰂯", "format-disabled": "󰂲", "format-connected": "󰂱 {num_connections}", + "format-no-controller": "", "on-click": "blueman-manager", "tooltip-format": "{controller_alias}\t{controller_address}", "tooltip-format-connected": "{device_enumerate}"