waybar: disable bluetooth module if no controller is found

This commit is contained in:
Aleksey Samoilov 2024-02-08 19:25:49 +04:00
parent 479b1fb200
commit 5183a881ca
2 changed files with 7 additions and 0 deletions

6
debian/changelog vendored
View file

@ -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 <samoilov.lex@gmail.com> Thu, 08 Feb 2024 19:24:56 +0400
tileos-settings-sway (1.0.11~tileos) unstable; urgency=medium tileos-settings-sway (1.0.11~tileos) unstable; urgency=medium
* Fix typo * Fix typo

View file

@ -174,6 +174,7 @@
"bluetooth": { "bluetooth": {
"format": "", "format": "",
"format-disabled": "", "format-disabled": "",
"format-no-controller": "",
"on-click": "swaymsg exec \\$bluetooth", "on-click": "swaymsg exec \\$bluetooth",
"on-click-right": "rfkill toggle bluetooth", "on-click-right": "rfkill toggle bluetooth",
"tooltip-format": "{}" "tooltip-format": "{}"