diff --git a/debian/changelog b/debian/changelog index 8c27665..56e25f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tileos-settings-river (1.0.6~tileos) unstable; urgency=medium + + * waybar: disable bluetooth module if no controller is found + + -- Aleksey Samoilov Thu, 08 Feb 2024 19:32:41 +0400 + tileos-settings-river (1.0.5~tileos) unstable; urgency=medium * Enable idle inhibit on startup diff --git a/etc/skel/.config/waybar/config.jsonc b/etc/skel/.config/waybar/config.jsonc index 52f91cd..5963bc2 100644 --- a/etc/skel/.config/waybar/config.jsonc +++ b/etc/skel/.config/waybar/config.jsonc @@ -146,6 +146,7 @@ "bluetooth": { "format": "", "format-disabled": "", + "format-no-controller": "", "on-click": "alacritty --class floating_shell -e bluetuith", "on-click-right": "rfkill toggle bluetooth", "tooltip-format": "{}"