Update config.jsonc

Swapped scroll-up and scroll-down for pulseaudio, scrolling up now increases the volume, scrolling down decreases.
This commit is contained in:
Jesse Knaapen
2024-10-06 08:50:47 +02:00
committed by GitHub
parent 0a1f4538d2
commit f06b9b495d

View File

@@ -84,8 +84,8 @@
"tooltip": false,
"format-muted": " Muted",
"on-click": "pamixer -t",
"on-scroll-up": "pamixer -d 1",
"on-scroll-down": "pamixer -i 1",
"on-scroll-up": "pamixer -i 1",
"on-scroll-down": "pamixer -d 1",
"scroll-step": 5,
"format-icons": {
"headphone": "",
@@ -143,4 +143,4 @@
"format-alt": "<span foreground='#99ffdd'> {bandwidthDownBytes}</span> <span foreground='#ffcc66'> {bandwidthUpBytes}</span>",
"interval": 2
}
}
}