mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11:34 +01:00
Adjust wluma thresholds
This commit is contained in:
parent
c457f589ff
commit
d0f57e1ce6
1 changed files with 5 additions and 5 deletions
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue