tweak gammastep

This commit is contained in:
Nathan McCarty 2023-03-29 18:01:33 -04:00
parent 124084a03a
commit 22a4f7fbe8
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 4 additions and 1 deletions

View File

@ -56,7 +56,10 @@
latitude = 38.02972; latitude = 38.02972;
longitude = -84.49472; longitude = -84.49472;
tray = true; tray = true;
temperature = { night = 3300; }; temperature = {
day = 6300;
night = 3300;
};
settings = { general = { fade = 1; }; }; settings = { general = { fade = 1; }; };
}; };