From aa95107bbb25d1a1dfda9eaeaabd5730ace42e9c Mon Sep 17 00:00:00 2001 From: mateoalfaro Date: Fri, 14 Aug 2026 07:19:40 -0600 Subject: [PATCH] Add night light settings to GSettings schema --- data/dev.sinty.desktop.gschema.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/data/dev.sinty.desktop.gschema.xml b/data/dev.sinty.desktop.gschema.xml index 1c78333..02d3853 100644 --- a/data/dev.sinty.desktop.gschema.xml +++ b/data/dev.sinty.desktop.gschema.xml @@ -149,6 +149,32 @@ Adaptive Night End Time of day (HH:MM) at which the adaptive theme returns to the chosen day mode. + + false + Night Light + Whether the warm night-light color temperature is applied. + + + 4000 + + Night Light Temperature + Color temperature in Kelvin applied while night light is active. + + + false + Adaptive Night Light + When enabled, night light follows a daily schedule instead of a manual switch. + + + '19:00' + Night Light Start + Time of day (HH:MM) at which adaptive night light turns on. + + + '07:00' + Night Light End + Time of day (HH:MM) at which adaptive night light turns off. + false Developer Mode