From 7e9faff6d6ec3eda076e6b7bff6ca8bfff96baf0 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 18 Sep 2025 07:52:41 +0200 Subject: [PATCH] [Astal] Make brightness adjust only in 5% intervals --- .../components/QuickActions/modules/Brightness/Brightness.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/astal/components/QuickActions/modules/Brightness/Brightness.tsx b/config/astal/components/QuickActions/modules/Brightness/Brightness.tsx index 4f1b01a..aa3c7a4 100644 --- a/config/astal/components/QuickActions/modules/Brightness/Brightness.tsx +++ b/config/astal/components/QuickActions/modules/Brightness/Brightness.tsx @@ -16,7 +16,7 @@ const BrightnessModule = () => { hexpand max={1} min={0.01} - step={0.01} + step={0.05} vexpand onChangeValue={self => setBrightness(self.value)} >