Adds temperature configuration

- Introduces day (6500) and night (4500) temperature settings
- Improves gamma control for better display color adjustment
This commit is contained in:
Chris Toph 2025-04-14 13:50:08 -04:00
parent 31af183981
commit 81d5517506

View file

@ -11,5 +11,9 @@
adjustment-method = "wayland";
};
};
temperature = {
day = 6500;
night = 4500;
};
};
}