summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2018-07-16 21:39:22 +0200
committerFlorian Müllner <fmuellner@gnome.org>2018-07-16 21:45:28 +0200
commit1bcfcfcb18d167f699586dc65f7d4f3a65d37ff1 (patch)
treee0210e527c60b16199ac05160be862611316cb99 /schemas
parent294c652aa1139f74e2e43060dc263418fff5eb2e (diff)
downloadgsettings-desktop-schemas-1bcfcfcb18d167f699586dc65f7d4f3a65d37ff1.tar.gz
schemas: Change default clock settings
Show the date instead of the week day as requested by the design team. https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/merge_requests/2
Diffstat (limited to 'schemas')
-rw-r--r--schemas/org.gnome.desktop.interface.gschema.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/schemas/org.gnome.desktop.interface.gschema.xml.in b/schemas/org.gnome.desktop.interface.gschema.xml.in
index 467d1f4..1713f25 100644
--- a/schemas/org.gnome.desktop.interface.gschema.xml.in
+++ b/schemas/org.gnome.desktop.interface.gschema.xml.in
@@ -215,14 +215,14 @@
</description>
</key>
<key name="clock-show-date" type="b">
- <default>false</default>
+ <default>true</default>
<summary>Show date in clock</summary>
<description>
If true, display date in the clock, in addition to time.
</description>
</key>
<key name="clock-show-weekday" type="b">
- <default>true</default>
+ <default>false</default>
<summary>Show weekday in clock</summary>
<description>
If true, display weekday in the clock, in addition to time.