added gsettings schema.
[psensor-pkg-ubuntu.git] / src / psensor.gschema.xml
1 <schemalist>
2   <schema id="psensor" path="/apps/psensor/">
3     <key name="graph-alpha-channel-enabled" type="b">
4       <default>false</default>
5       <summary>Whether the alpha channel is enabled</summary>
6       <description>Whether the alpha channel is enabled. Must be
7       enabled for changing the transparency of the background of the
8       graph window.</description>
9     </key>
10     <key name="graph-background-alpha" type="d">
11       <default>1</default>
12       <summary>The alpha value of the background of the graph
13       window</summary>
14       <description>The alpha value of the background of the graph
15       window. It must be a positive float between 0 and 1. '1' is the
16       maximum opacity.</description>
17     </key>
18     <key name="graph-background-color" type="s">
19       <default>'#e8f4e8f4a8f5'</default>
20       <summary>The color of the background of the graph
21       canvas</summary>
22       <description>The color of the background of the graph canvas as
23       a #rgb representation.</description>
24     </key>
25     <key name="graph-foreground-color" type="s">
26       <default>'#000000000000'</default>
27       <summary>The color of the foreground of the graph
28       canvas</summary>
29       <description>The color of the foreground of the graph canvas as
30       a #rgb representation.</description>
31     </key>
32     <key name="graph-monitoring-duration" type="i">
33       <default>10</default>
34       <summary>The monitoring duration of the graph</summary>
35       <description>The monitoring duration of the graph as minutes. It
36       must be greater than 1.</description>
37     </key>
38     <key name="graph-update-interval" type="i">
39       <default>2</default>
40       <summary>The interval between refreshs of the graph</summary>
41       <description>The interval between refreshs of the graph as
42       seconds. It must be greater than 1.</description>
43     </key>
44     <key name="interface-hide-on-startup" type="b">
45       <default>false</default>
46       <summary>Whether the graph window is hidden on startup</summary>
47       <description>Whether the graph window is hidden on startup. The
48       graph will be hidden only if the Ubuntu Application Indicator or
49       status icon support is available.</description>
50     </key>
51     <key name="interface-menu-bar-disabled" type="b">
52       <default>false</default>
53       <summary>Whether the menu of the graph window is
54       disabled</summary>
55       <description>Whether the menu of the graph window is
56       disabled</description>
57     </key>
58     <key name="interface-sensorlist-position" type="i">
59       <default>0</default>
60       <summary>Position of the sensor list in the graph
61       window</summary>
62       <description>Position of the sensor list in the graph
63       window. Possible values are 0 (right), 1 (left), 2 (top), 3
64       (bottom).</description>
65     </key>
66     <key name="interface-unity-launcher-count-disabled" type="b">
67       <default>false</default>
68       <summary>Whether the greatest temperature is displayed in Unity
69       launcher</summary>
70       <description>If set to 'true' the greatest temperature will be
71       displayed in the Unity launcher.</description>
72     </key>
73     <key name="interface-temperature-unit" type="i">
74       <default>0</default>
75       <summary>The displayed temperature unit</summary>
76       <description>The displayed temperature unit, '0' for Celsius,
77       '1' for Fahenrenheit.</description>
78     </key>
79     <key name="interface-window-decoration-disabled" type="b">
80       <default>false</default>
81       <summary>Whether the decoration of the window is
82       disabled</summary>
83       <description>Whether the decoration of the window is
84       disabled.</description>
85     </key>
86     <key name="interface-window-keep-below-enabled" type="b">
87       <default>false</default>
88       <summary>Whether the graph window is kept below all other
89       windows</summary>
90       <description>Whether the graph window is kept below all other
91       windows.</description>
92     </key>
93     <key name="interface-window-restore-enabled" type="b">
94       <default>false</default>
95       <summary>Whether the position and size of the graph window are
96       restored</summary>
97       <description>Whether the position and size of the graph window
98       are restored</description>
99     </key>
100     <key name="interface-window-divider-pos" type="i">
101       <default>0</default>
102       <summary>Position of the divider between the graph window and
103       the list of sensors</summary>
104       <description>Position of the divider between the graph window
105       and the list of sensors</description>
106     </key>
107     <key name="interface-window-w" type="i">
108       <default>800</default>
109       <summary>Width of the graph window</summary>
110       <description>Width of the graph window.</description>
111     </key>
112     <key name="interface-window-h" type="i">
113       <default>200</default>
114       <summary>Height of the graph window</summary>
115       <description>Height of the graph window.</description>
116     </key>
117     <key name="interface-window-x" type="i">
118       <default>100</default>
119       <summary>Horizontal position of the graph window</summary>
120       <description>Horizontal position of the graph
121       window.</description>
122     </key>
123     <key name="interface-window-y" type="i">
124       <default>100</default>
125       <summary>Vertical position of the graph window</summary>
126       <description>Vertical position of the graph
127       window.</description>
128     </key>
129     <key name="notif-script" type="s">
130       <default>''</default>
131       <summary>The script called when a notification is
132       raised.</summary>
133       <description>The script called when a notification is
134       raised.</description>
135     </key>
136     <key name="slog-enabled" type="b">
137       <default>false</default>
138       <summary>Whether the logging sensors is enabled.</summary>
139       <description>Whether the logging sensors is
140       enabled.</description>
141     </key>
142     <key name="slog-interval" type="i">
143       <default>300</default>
144       <summary>Interval of the logging of sensors.</summary>
145       <description>Interval of the logging of sensors in
146       seconds.</description>
147     </key>
148     <key name="sensor-update-interval" type="i">
149       <default>2</default>
150       <summary>Update interface of the sensor values</summary>
151       <description>Update interface of the sensor
152       values.</description>
153     </key>
154   </schema>
155 </schemalist>