-
Notifications
You must be signed in to change notification settings - Fork 177
/
Copy pathapps.fluxgui.gschema.xml
46 lines (40 loc) · 1.4 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="apps.fluxgui" path="/apps/fluxgui/">
<key type="b" name="autostart">
<default>true</default>
<summary>Autostart</summary>
<description>If set True the application start with the system.</description>
</key>
<key type="b" name="usexflux">
<default>false</default>
<summary>Xflux</summary>
<description>If set True the application will use x.flux to change the screen color.</description>
</key>
<key type="b" name="useredshift">
<default>true</default>
<summary>Redshift</summary>
<description>If set True the application will use redshift to change the screen color.</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>