diff options
Diffstat (limited to '.config/waybar/config.jsonc')
-rw-r--r-- | .config/waybar/config.jsonc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index b7613c9..dc6a662 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -278,8 +278,8 @@ "interval": 30, "on-click": "dmenuaudioswitch", "on-click-middle": "wpctl set-mute @DEFAULT_SINK@ toggle", - "on-scroll-up": "wpctl set-volume @DEFAULT_SINK@ 1%+", - "on-scroll-down": "wpctl set-volume @DEFAULT_SINK@ 1%-", + "on-scroll-up": "wpctl set-volume @DEFAULT_SOURCE@ 1%+", + "on-scroll-down": "wpctl set-volume @DEFAULT_SOURCE@ 1%-", "on-click-right": "notify-send \" Microphone volume module\" \"\\- Shows volume , if muted.\n- Middle click to mute.\n- Scroll to change.\"" }, |