forked from xflux-gui/fluxgui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapps.fluxgui.gschema.xml
34 lines (30 loc) · 991 Bytes
/
apps.fluxgui.gschema.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="apps.fluxgui" path="/apps/fluxgui/">
<key type="b" name="autostart">
<default>false</default>
<summary>Autostart</summary>
<description>If set True the application start with the system.</description>
</key>
<key type="s" name="colortemp">
<default>'3400'</default>
<summary>Colortemp</summary>
<description></description>
</key>
<key type="s" name="latitude">
<default>''</default>
<summary>Latitude</summary>
<description>Latitude of the user.</description>
</key>
<key type="s" name="longitude">
<default>''</default>
<summary>Longitude</summary>
<description>Longitude of the user.</description>
</key>
<key type="s" name="zipcode">
<default>''</default>
<summary>Zipcode</summary>
<description>Zipcode of the user.</description>
</key>
</schema>
</schemalist>