-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathio.elementary.pantheon.AccountsService.xml
More file actions
80 lines (62 loc) · 2.73 KB
/
io.elementary.pantheon.AccountsService.xml
File metadata and controls
80 lines (62 loc) · 2.73 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<node>
<interface name="io.elementary.pantheon.AccountsService">
<annotation name="org.freedesktop.Accounts.VendorExtension" value="true"/>
<annotation name="org.freedesktop.Accounts.Authentication.ChangeOwn"
value="io.elementary.pantheon.AccountsService.ModifyOwn"/>
<annotation name="org.freedesktop.Accounts.Authentication.ReadAny"
value="io.elementary.pantheon.AccountsService.ReadAny"/>
<annotation name="org.freedesktop.Accounts.Authentication.ChangeAny"
value="io.elementary.pantheon.AccountsService.ModifyAny"/>
<property name="TimeFormat" type="s" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue.String" value="24h"/>
</property>
<!--
PrefersAccentColor:
What accent color the user prefers for the UI.
Valid preferences:
0 = No Preference (based on wallpaper)
1 = Red
2 = Orange
3 = Yellow
4 = Green
5 = Mint
6 = Blue
7 = Purple
8 = Pink
9 = Brown
10 = Gray
11 = Latte
Unrecognized preferences should be considered equal to No Preference.
-->
<property name="PrefersAccentColor" type="i" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="6"/>
</property>
<!--
PrefersColorScheme:
What color scheme the user prefers for the UI.
Valid preferences: 0 = No Preference, 1 = Prefer Dark, 2 = Prefer Light.
Unrecognized preferences should be considered equal to No Preference.
-->
<property name="PrefersColorScheme" type="i" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="0"/>
</property>
<property name="SleepInactiveACTimeout" type="i" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="1200"/>
</property>
<property name="SleepInactiveACType" type="i" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="1"/>
</property>
<property name="SleepInactiveBatteryTimeout" type="i" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="1200"/>
</property>
<property name="SleepInactiveBatteryType" type="i" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="1"/>
</property>
<property name="KeyboardLayouts" type="a(ss)" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="[]"/>
</property>
<property name="ActiveKeyboardLayout" type="u" access="readwrite">
<annotation name="org.freedesktop.Accounts.DefaultValue" value="0"/>
</property>
</interface>
</node>