-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathdatetime.gschema.xml
More file actions
35 lines (35 loc) · 1.83 KB
/
Copy pathdatetime.gschema.xml
File metadata and controls
35 lines (35 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<enum id="io.elementary.desktop.wingpanel.datetime.clock-formats">
<value nick="12h" value="0" />
<value nick="24h" value="1" />
<value nick="ISO8601" value="2" />
</enum>
<schema path="/io/elementary/desktop/wingpanel/datetime/" id="io.elementary.desktop.wingpanel.datetime">
<key type="b" name="show-weeks">
<default>false</default>
<summary>Show week numbers.</summary>
<description>If this is set to true, week numbers will be shown in the calendar.</description>
</key>
<key name="clock-format" enum="io.elementary.desktop.wingpanel.datetime.clock-formats">
<default>"12h"</default>
<summary>(DEPRECATED) Whether the clock displays in 12h, 24h, or ISO format</summary>
<description>This key is deprecated and is now ignored unless ISO format is selected.</description>
</key>
<key type="b" name="clock-show-seconds">
<default>false</default>
<summary>If this is set to true, seconds will be shown in the clock</summary>
<description>If this is set to true, seconds will be shown in the clock</description>
</key>
<key type="b" name="clock-show-date">
<default>true</default>
<summary>If this is set to true, the date will be shown in the clock</summary>
<description>If this is set to true, the date will be shown in the clock</description>
</key>
<key type="b" name="clock-show-weekday">
<default>true</default>
<summary>If this is set to true, the day of the week will be shown in the clock</summary>
<description>If this is set to true, the day of the week will be shown in the clock</description>
</key>
</schema>
</schemalist>