Adjust wluma thresholds

This commit is contained in:
SebastianStork 2025-03-08 17:34:03 +01:00
parent c457f589ff
commit d0f57e1ce6

View file

@ -15,11 +15,11 @@
path = "/sys/bus/iio/devices"; path = "/sys/bus/iio/devices";
thresholds = { thresholds = {
"0" = "night"; "0" = "night";
"20" = "dark"; "5" = "dark";
"80" = "dim"; "10" = "dim";
"250" = "normal"; "80" = "normal";
"500" = "bright"; "900" = "bright";
"800" = "outdoors"; "3000" = "outdoors";
}; };
}; };
output.backlight = [ output.backlight = [