From d0f57e1ce6da97d769b0a7decd7f73851b2ba749 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sat, 8 Mar 2025 17:34:03 +0100 Subject: [PATCH] Adjust wluma thresholds --- modules/home/de/wluma.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/home/de/wluma.nix b/modules/home/de/wluma.nix index 342ec8f..cc97418 100644 --- a/modules/home/de/wluma.nix +++ b/modules/home/de/wluma.nix @@ -15,11 +15,11 @@ path = "/sys/bus/iio/devices"; thresholds = { "0" = "night"; - "20" = "dark"; - "80" = "dim"; - "250" = "normal"; - "500" = "bright"; - "800" = "outdoors"; + "5" = "dark"; + "10" = "dim"; + "80" = "normal"; + "900" = "bright"; + "3000" = "outdoors"; }; }; output.backlight = [