Update waybar volume scroll

This commit is contained in:
2024-07-15 19:33:47 +02:00
parent 9c7881ac8b
commit ccb4bbbdfd

View File

@ -136,7 +136,7 @@
}, },
"pulseaudio": { "pulseaudio": {
"scroll-step": 3, // %, can be a float "scroll-step": 2, // %, can be a float
"format": "<span rise='1000'>{icon}</span> {volume}% <span rise='1000'>|</span> <span rise='1000'>{format_source}</span>", "format": "<span rise='1000'>{icon}</span> {volume}% <span rise='1000'>|</span> <span rise='1000'>{format_source}</span>",
"format-bluetooth": "{volume}% {icon} <span rise='1000'>|</span> <span rise='1000'>{format_source}</span>", "format-bluetooth": "{volume}% {icon} <span rise='1000'>|</span> <span rise='1000'>{format_source}</span>",
"format-bluetooth-muted": " {icon} <span rise='1000'>|</span> <span rise='1000'>{format_source}</span>", "format-bluetooth-muted": " {icon} <span rise='1000'>|</span> <span rise='1000'>{format_source}</span>",