switched to 3.9.7 defaults
[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>20</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="graph-smooth-curves-enabled" type="b">
45       <default>true</default>
46       <summary>Whether smooth curves are enabled</summary>
47       <description>Whether curves are drawn using Bezier algorithm
48       for a smoother visual rendering .</description>
49     </key>
50     <key name="interface-hide-on-startup" type="b">
51       <default>false</default>
52       <summary>Whether the graph window is hidden on startup</summary>
53       <description>Whether the graph window is hidden on startup. The
54       graph will be hidden only if the Ubuntu Application Indicator or
55       status icon support is available.</description>
56     </key>
57     <key name="interface-menu-bar-disabled" type="b">
58       <default>false</default>
59       <summary>Whether the menu of the graph window is
60       disabled</summary>
61       <description>Whether the menu of the graph window is
62       disabled</description>
63     </key>
64     <key name="interface-sensorlist-position" type="i">
65       <default>0</default>
66       <summary>Position of the sensor list in the graph
67       window</summary>
68       <description>Position of the sensor list in the graph
69       window. Possible values are 0 (right), 1 (left), 2 (top), 3
70       (bottom).</description>
71     </key>
72     <key name="interface-unity-launcher-count-disabled" type="b">
73       <default>false</default>
74       <summary>Whether the greatest temperature is displayed in Unity
75       launcher</summary>
76       <description>If set to 'true' the greatest temperature will be
77       displayed in the Unity launcher.</description>
78     </key>
79     <key name="interface-temperature-unit" type="i">
80       <default>0</default>
81       <summary>The displayed temperature unit</summary>
82       <description>The displayed temperature unit, '0' for Celsius,
83       '1' for Fahenrenheit.</description>
84     </key>
85     <key name="interface-window-decoration-disabled" type="b">
86       <default>false</default>
87       <summary>Whether the decoration of the window is
88       disabled</summary>
89       <description>Whether the decoration of the window is
90       disabled.</description>
91     </key>
92     <key name="interface-window-keep-below-enabled" type="b">
93       <default>false</default>
94       <summary>Whether the graph window is kept below all other
95       windows</summary>
96       <description>Whether the graph window is kept below all other
97       windows.</description>
98     </key>
99     <key name="interface-window-restore-enabled" type="b">
100       <default>true</default>
101       <summary>Whether the position and size of the graph window are
102       restored</summary>
103       <description>Whether the position and size of the graph window
104       are restored</description>
105     </key>
106     <key name="interface-window-divider-pos" type="i">
107       <default>0</default>
108       <summary>Position of the divider between the graph window and
109       the list of sensors</summary>
110       <description>Position of the divider between the graph window
111       and the list of sensors</description>
112     </key>
113     <key name="interface-window-w" type="i">
114       <default>800</default>
115       <summary>Width of the graph window</summary>
116       <description>Width of the graph window.</description>
117     </key>
118     <key name="interface-window-h" type="i">
119       <default>200</default>
120       <summary>Height of the graph window</summary>
121       <description>Height of the graph window.</description>
122     </key>
123     <key name="interface-window-x" type="i">
124       <default>100</default>
125       <summary>Horizontal position of the graph window</summary>
126       <description>Horizontal position of the graph
127       window.</description>
128     </key>
129     <key name="interface-window-y" type="i">
130       <default>100</default>
131       <summary>Vertical position of the graph window</summary>
132       <description>Vertical position of the graph
133       window.</description>
134     </key>
135     <key name="notif-script" type="s">
136       <default>''</default>
137       <summary>The script called when a notification is
138       raised.</summary>
139       <description>The script called when a notification is
140       raised.</description>
141     </key>
142     <key name="slog-enabled" type="b">
143       <default>false</default>
144       <summary>Whether the logging sensors is enabled.</summary>
145       <description>Whether the logging sensors is
146       enabled.</description>
147     </key>
148     <key name="slog-interval" type="i">
149       <default>300</default>
150       <summary>Interval of the logging of sensors.</summary>
151       <description>Interval of the logging of sensors in
152       seconds.</description>
153     </key>
154     <key name="sensor-update-interval" type="i">
155       <default>2</default>
156       <summary>Update interface of the sensor values</summary>
157       <description>Update interface of the sensor
158       values.</description>
159     </key>
160     <!-- sensors information providers -->
161     <key name="provider-lmsensors-enabled" type="b">
162       <default>true</default>
163       <summary>Whether the lm-sensors librairy is used to retrieve
164       sensors information.</summary>
165       <description>Whether the lm-sensors librairy is used to
166       retrieved sensors information.</description>
167     </key>
168     <key name="provider-nvctrl-enabled" type="b">
169       <default>true</default>
170       <summary>Whether the NVCtrl library is used to retrieve
171       sensors information.</summary>
172       <description>Whether the NVCtrl library is used to
173       retrieved sensors information.</description>
174     </key>
175     <key name="provider-atiadlsdk-enabled" type="b">
176       <default>true</default>
177       <summary>Whether the ATI ADL SDK library is used to retrieve
178       sensors information.</summary>
179       <description>Whether the ATI ADL SDK library is used to
180       retrieved sensors information.</description>
181     </key>
182     <key name="provider-gtop2-enabled" type="b">
183       <default>true</default>
184       <summary>Whether the gtop2 library is used to retrieve
185       system information.</summary>
186       <description>Whether the gtop2 library is used to
187       system information.</description>
188     </key>
189     <key name="provider-hddtemp-enabled" type="b">
190       <default>false</default>
191       <summary>Whether the hddtemp daemon is used to retrieve
192       hard disks information.</summary>
193       <description>Whether the hddtemp daemon is used to
194       retrieved hard disks information.</description>
195     </key>
196     <key name="provider-libatasmart-enabled" type="b">
197       <default>false</default>
198       <summary>Whether the atasmart library is used to retrieve
199       hard disks information.</summary>
200       <description>Whether the atasmart library is used to
201       retrieved hard disks information.</description>
202     </key>
203     <key name="provider-udisks2-enabled" type="b">
204       <default>true</default>
205       <summary>Whether the udisks2 library is used to retrieve
206       hard disks information.</summary>
207       <description>Whether the lm-sensors library is used to
208       retrieved hard disks information.</description>
209     </key>
210   </schema>
211 </schemalist>