waybar: disable bluetooth module if no controller is found
This commit is contained in:
parent
917a377900
commit
eac1b5cadf
2 changed files with 7 additions and 0 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -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 <samoilov.lex@gmail.com> Thu, 08 Feb 2024 19:32:41 +0400
|
||||
|
||||
tileos-settings-river (1.0.5~tileos) unstable; urgency=medium
|
||||
|
||||
* Enable idle inhibit on startup
|
||||
|
|
|
@ -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": "{}"
|
||||
|
|
Loading…
Add table
Reference in a new issue