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
c139109303
commit
cb4ace34a7
1 changed files with 4 additions and 0 deletions
|
@ -11,5 +11,9 @@
|
||||||
adjustment-method = "wayland";
|
adjustment-method = "wayland";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
temperature = {
|
||||||
|
day = 6500;
|
||||||
|
night = 4500;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue