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