[Astal] Make brightness adjust only in 5% intervals

This commit is contained in:
2025-09-18 07:52:41 +02:00
parent ffa25045e5
commit 7e9faff6d6

View File

@@ -16,7 +16,7 @@ const BrightnessModule = () => {
hexpand
max={1}
min={0.01}
step={0.01}
step={0.05}
vexpand
onChangeValue={self => setBrightness(self.value)}
></slider>