diff --git a/debian/changelog b/debian/changelog index b147170..68bba4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tileos-settings-sway (1.0.12~tileos) unstable; urgency=medium + + * waybar: disable bluetooth module if no controller is found + + -- Aleksey Samoilov Thu, 08 Feb 2024 19:24:56 +0400 + tileos-settings-sway (1.0.11~tileos) unstable; urgency=medium * Fix typo diff --git a/etc/skel/.config/waybar/config.jsonc b/etc/skel/.config/waybar/config.jsonc index ea7a2ed..8940192 100644 --- a/etc/skel/.config/waybar/config.jsonc +++ b/etc/skel/.config/waybar/config.jsonc @@ -174,6 +174,7 @@ "bluetooth": { "format": "", "format-disabled": "", + "format-no-controller": "", "on-click": "swaymsg exec \\$bluetooth", "on-click-right": "rfkill toggle bluetooth", "tooltip-format": "{}"