feat: added night light as a dconf option

This commit is contained in:
Leyla Becker 2025-10-11 23:34:16 -05:00
parent c81fa77a29
commit ee6d48fe49
3 changed files with 56 additions and 0 deletions

View file

@ -8,6 +8,14 @@
{
colorScheme = "prefer-dark";
accentColor = "slate";
clockFormat = "24h";
nightLight = {
enable = true;
automatic = false;
fromTime = 12.0;
toTime = 11.999999999999;
temperature = 2700;
};
extraWindowControls = true;
extensions = {
dash-to-panel = {