diff options
Diffstat (limited to '.config/waybar/config.jsonc')
| -rw-r--r-- | .config/waybar/config.jsonc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index ae3f54c..c6c1e80 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -203,6 +203,7 @@ "format-source": " {volume}%", "format-source-muted": " {volume}%", "format-icons": { + "easyeffects_sink": "", "headphones": "", "handsfree": "", "headset": "", @@ -211,7 +212,8 @@ "car": "", "default": ["", "", ""] }, - "on-click-right": "pactl set-sink-mute @DEFAULT_SINK@ toggle", + "on-click-right": "soundswitch -m", + "on-click-middle": "swx easyeffects", "on-click": "swx -t -F '0.4' pulsemixer" }, |