refactor(waybar): add format-no-controller for bluetooth module
Configure waybar bluetooth module to use an empty format when no bluetooth controller is detected, improving UI consistency.
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
"format": "",
|
||||
"format-disabled": "",
|
||||
"format-connected": " {num_connections}",
|
||||
"format-no-controller": "",
|
||||
"on-click": "blueman-manager",
|
||||
"tooltip-format": "{controller_alias}\t{controller_address}",
|
||||
"tooltip-format-connected": "{device_enumerate}"
|
||||
|
||||
Reference in New Issue
Block a user