From aa0f64e33b14705799dd5b174115e652ffbaffb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 12 Nov 2023 00:43:25 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(waybar):=20change?= =?UTF-8?q?d=20click=20actions=20for=20the=20audio=20modules?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/waybar/config.jsonc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 00df3297..85a16fb2 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -259,10 +259,9 @@ ] }, "tooltip-format": "{desc}, {volume}%", - // "on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle", - // "on-click-right": "pactl set-source-mute @DEFAULT_SOURCE@ toggle", - "on-click": "easyeffects", - "on-click-right": "qpwgraph" + "on-click": "pactl set-sink-mute @DEFAULT_SINK@ toggle", + "on-click-right": "pactl set-source-mute @DEFAULT_SOURCE@ toggle", + "on-click-middle": "easyeffects" }, "cava": { "autosens": 1, @@ -288,7 +287,8 @@ "source": "auto", "stereo": true, "waves": false, - "on-click": "kitty --class center-float cava" + "on-click": "kitty --class center-float-mini cava", + "on-click-right": "qpwgraph" }, "custom/music": { "format": "{icon} {}",