Skip to content

Commit 4a69ba2

Browse files
mateoalfaromirkobrombin
authored andcommitted
Add night light settings to GSettings schema
1 parent 8bde7da commit 4a69ba2

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

data/dev.sinty.desktop.gschema.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,32 @@
149149
<summary>Adaptive Night End</summary>
150150
<description>Time of day (HH:MM) at which the adaptive theme returns to the chosen day mode.</description>
151151
</key>
152+
<key name="night-light-enabled" type="b">
153+
<default>false</default>
154+
<summary>Night Light</summary>
155+
<description>Whether the warm night-light color temperature is applied.</description>
156+
</key>
157+
<key name="night-light-temperature" type="i">
158+
<default>4000</default>
159+
<range min="1000" max="6500"/>
160+
<summary>Night Light Temperature</summary>
161+
<description>Color temperature in Kelvin applied while night light is active.</description>
162+
</key>
163+
<key name="night-light-adaptive" type="b">
164+
<default>false</default>
165+
<summary>Adaptive Night Light</summary>
166+
<description>When enabled, night light follows a daily schedule instead of a manual switch.</description>
167+
</key>
168+
<key name="night-light-adaptive-from" type="s">
169+
<default>'19:00'</default>
170+
<summary>Night Light Start</summary>
171+
<description>Time of day (HH:MM) at which adaptive night light turns on.</description>
172+
</key>
173+
<key name="night-light-adaptive-to" type="s">
174+
<default>'07:00'</default>
175+
<summary>Night Light End</summary>
176+
<description>Time of day (HH:MM) at which adaptive night light turns off.</description>
177+
</key>
152178
<key name="developer-mode" type="b">
153179
<default>false</default>
154180
<summary>Developer Mode</summary>

0 commit comments

Comments
 (0)