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 c139109303
commit cb4ace34a7

View file

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