From eac1b5cadfd18a6232b0c87158176539a554fefa Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Thu, 8 Feb 2024 19:33:28 +0400 Subject: [PATCH] waybar: disable bluetooth module if no controller is found --- debian/changelog | 6 ++++++ etc/skel/.config/waybar/config.jsonc | 1 + 2 files changed, 7 insertions(+) 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": "{}"