forked from Shinonome/dots-hyprland
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