summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2017-02-10 12:43:42 -0500
committerJeremy Bicha <jbicha@ubuntu.com>2017-02-13 07:52:13 -0500
commitefa83050ede2c9d2f535f5abccaba18b80321b18 (patch)
tree37d9986caeb081992e43fa9ce6b511a946ccc556 /data
parent5595a522d2383e8af43c085be8009c433675a397 (diff)
downloadgnome-settings-daemon-efa83050ede2c9d2f535f5abccaba18b80321b18.tar.gz
color: Adjust Night Light default manual time
8 pm to 6 am https://bugzilla.gnome.org/show_bug.cgi?id=778459
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in b/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in
index ff6abb03..1c260e39 100644
--- a/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.plugins.color.gschema.xml.in.in
@@ -26,12 +26,12 @@
<_description>Calculate the sunrise and sunset times automatically, from the current location.</_description>
</key>
<key name="night-light-schedule-from" type="d">
- <default>16.00</default>
+ <default>20.00</default>
<_summary>The start time</_summary>
<_description>When “night-light-schedule-automatic” is disabled, use this start time in hours from midnight.</_description>
</key>
<key name="night-light-schedule-to" type="d">
- <default>8.00</default>
+ <default>6.00</default>
<_summary>The end time</_summary>
<_description>When “night-light-schedule-automatic” is disabled, use this end time in hours from midnight.</_description>
</key>