Adds temperature configuration
- Introduces day (6500) and night (4500) temperature settings - Improves gamma control for better display color adjustment
This commit is contained in:
parent
31af183981
commit
81d5517506
1 changed files with 4 additions and 0 deletions
|
@ -11,5 +11,9 @@
|
|||
adjustment-method = "wayland";
|
||||
};
|
||||
};
|
||||
temperature = {
|
||||
day = 6500;
|
||||
night = 4500;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue