From fd1c40ca6982892994bc7459ca31e77a9af7ce17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 21 Sep 2024 17:46:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(waybar):=20add=20on?= =?UTF-8?q?-click=20to=20the=20bluetooth=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit toggling the bluetooth scratchpad --- .config/waybar/modules/bluetooth.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/waybar/modules/bluetooth.jsonc b/.config/waybar/modules/bluetooth.jsonc index b021fdec..29410114 100644 --- a/.config/waybar/modules/bluetooth.jsonc +++ b/.config/waybar/modules/bluetooth.jsonc @@ -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", }, }