mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21: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";
|
||||
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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue