fixed type of the property (int->bool)
[psensor.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 enabled for changing the transparency of the background of the graph window.</description>
7     </key>
8     <key name="graph-background-alpha" type="d">
9       <default>1</default>
10       <summary>The alpha value of the background of the graph window</summary>
11       <description>The alpha value of the background of the graph window. It must be a positive float between 0 and 1. '1' is the maximum opacity.</description>
12     </key>
13     <key name="graph-background-color" type="s">
14       <default>'#e8f4e8f4a8f5'</default>
15       <summary>The color of the background of the graph canvas</summary>
16       <description>The color of the background of the graph canvas as a #rgb representation.</description>
17     </key>
18     <key name="graph-foreground-color" type="s">
19       <default>'#000000000000'</default>
20       <summary>The color of the foreground of the graph canvas</summary>
21       <description>The color of the foreground of the graph canvas as a #rgb representation.</description>
22     </key>
23     <key name="graph-monitoring-duration" type="i">
24       <default>10</default>
25       <summary>The monitoring duration of the graph</summary>
26       <description>The monitoring duration of the graph as minutes. It must be greater than 1.</description>
27     </key>
28     <key name="graph-update-interval" type="i">
29       <default>1</default>
30       <summary>The interval between refreshs of the graph</summary>
31       <description>The interval between refreshs of the graph as seconds. It must be greater than 1.</description>
32     </key>
33     <key name="interface-hide-on-startup" type="b">
34       <default>false</default>
35       <summary>Whether the graph window is hidden on startup</summary>
36       <description>Whether the graph window is hidden on startup. The graph will be hidden only if the Ubuntu Application Indicator or status icon support is available.</description>
37     </key>
38     <key name="interface-menu-bar-disabled" type="b">
39       <default>false</default>
40       <summary>Whether the menu of the graph window is disabled</summary>
41       <description>Whether the menu of the graph window is disabled</description>
42     </key>
43     <key name="interface-sensorlist-position" type="i">
44       <default>0</default>
45       <summary>Position of the sensor list in the graph window</summary>
46       <description>Position of the sensor list in the graph window. Possible values are 0 (right), 1 (left), 2 (top), 3 (bottom).</description>
47     </key>
48     <key name="interface-unity-launcher-count-disabled" type="b">
49       <default>false</default>
50       <summary>Whether the greatest temperature is displayed in Unity launcher</summary>
51       <description>If set to 'true' the greatest temperature will be displayed in the Unity launcher.</description>
52     </key>
53     <key name="interface-temperature-unit" type="i">
54       <default>0</default>
55       <summary>The displayed temperature unit</summary>
56       <description>The displayed temperature unit, '0' for Celsius, '1' for Fahenrenheit.</description>
57     </key>
58     <key name="interface-window-decoration-disabled" type="b">
59       <default>false</default>
60       <summary>Whether the decoration of the window is disabled</summary>
61       <description>Whether the decoration of the window is disabled.</description>
62     </key>
63     <key name="interface-window-keep-below-enabled" type="b">
64       <default>false</default>
65       <summary>Whether the graph window is kept below all other windows</summary>
66       <description>Whether the graph window is kept below all other windows.</description>
67     </key>
68     <key name="interface-window-restore-enabled" type="b">
69       <default>false</default>
70       <summary>Whether the position and size of the graph window are restored</summary>
71       <description>Whether the position and size of the graph window are restored</description>
72     </key>
73     <key name="interface-window-divider-pos" type="i">
74       <default>0</default>
75       <summary>Position of the divider between the graph window and the list of sensors</summary>
76       <description>Position of the divider between the graph window and the list of sensors</description>
77     </key>
78     <key name="interface-window-w" type="i">
79       <default>0</default>
80       <summary>Width of the graph window</summary>
81       <description>Width of the graph window.</description>
82     </key>
83     <key name="interface-window-h" type="i">
84       <default>0</default>
85       <summary>Height of the graph window</summary>
86       <description>Height of the graph window.</description>
87     </key>
88     <key name="interface-window-x" type="i">
89       <default>0</default>
90       <summary>Horizontal position of the graph window</summary>
91       <description>Horizontal position of the graph window.</description>
92     </key>
93     <key name="interface-window-y" type="i">
94       <default>0</default>
95       <summary>Vertical position of the graph window</summary>
96       <description>Vertical position of the graph window.</description>
97     </key>
98   </schema>
99 </schemalist>