mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
sideright: audio controls: lower precision scrolling for convenience
This commit is contained in:
@@ -50,6 +50,7 @@ const AppVolume = (stream) => Box({
|
||||
},
|
||||
setup: (self) => self.hook(stream, (self) => {
|
||||
self.value = stream.volume;
|
||||
self.adjustment["step-increment"] = 0.1;
|
||||
})
|
||||
}),
|
||||
// Box({
|
||||
|
||||
Reference in New Issue
Block a user