⚙️ config(waybar): add on-click to the bluetooth module

toggling the bluetooth scratchpad
This commit is contained in:
Sergio Laín 2024-09-21 17:46:33 +02:00
parent 1500b379c9
commit fd1c40ca69
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -9,5 +9,6 @@
"tooltip-format-connected": "{controller_alias}\n{num_connections} connected\n\n{device_enumerate}",
"tooltip-format-enumerate-connected": "{device_alias}",
"tooltip-format-enumerate-connected-battery": "{device_alias}\t{icon} {device_battery_percentage}%",
"on-click": "pypr toggle bluetooth",
},
}