From 93e5822d72ab3dab036cc2006e634a03a228865c Mon Sep 17 00:00:00 2001 From: dichgrem Date: Wed, 9 Jul 2025 20:50:04 +0800 Subject: [PATCH] update:waybar --- waybar/config.jsonc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 3a0f042..aacbcc6 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -128,6 +128,7 @@ "tooltip": false }, +/* "wireplumber": { "on-click": "pwvucontrol", "on-click-right": "easyeffects", @@ -142,6 +143,21 @@ "default": ["", "", ""], }, }, +*/ + "wireplumber": { + "on-click": "pwvucontrol", + "on-click-right": "easyeffects", + "on-click-middle": "pamixer -t && swayosd-client --output-volume mute-toggle", + "on-scroll-down": "pamixer -d 2 && swayosd-client --output-volume -2", + "on-scroll-up": "pamixer -i 2 && swayosd-client --output-volume +2", + "format": "{icon} {volume}%", + "format-muted": "MUTE", + "format-source": "", + "format-source-muted": "", + "format-icons": { + "default": ["", "", ""] + }, + }, "clock": { "interval": 60,