b638ad613e706ad4a0454086c7dab01a606a2db1
[psensor.git] / src / psensor.schemas
1 <gconfschemafile>
2   <schemalist>
3     <!-- Graph settings -->
4     <schema>
5       <key>/schemas/apps/psensor/graph/alpha_channel_enabled</key>
6       <applyto>/apps/psensor/graph/alpha_channel_enabled</applyto>
7       <owner>psensor</owner>
8       <type>bool</type>
9       <default>false</default>
10       <gettext_domain>psensor</gettext_domain>
11       <locale name="C">
12          <short>Whether the alpha channel is enabled</short>
13          <long>
14            Whether the alpha channel is enabled. Must be enabled for changing
15            the transparency of the background of the graph window.
16          </long>
17       </locale>
18     </schema>
19
20     <schema>
21       <key>/schemas/apps/psensor/graph/background_alpha</key>
22       <applyto>/apps/psensor/graph/background_alpha</applyto>
23       <owner>psensor</owner>
24       <type>float</type>
25       <default>1</default>
26       <gettext_domain>psensor</gettext_domain>
27       <locale name="C">
28          <short>The alpha value of the background of the graph window</short>
29          <long>
30            The alpha value of the background of the graph window. It must
31            be a positive float between 0 and 1. '1' is the maximum opacity.
32          </long>
33       </locale>
34     </schema>
35
36     <schema>
37       <key>/schemas/apps/psensor/graph/background_color</key>
38       <applyto>/apps/psensor/graph/background_color</applyto>
39       <owner>psensor</owner>
40       <type>string</type>
41       <default>#e8f4e8f4a8f5</default>
42       <gettext_domain>psensor</gettext_domain>
43       <locale name="C">
44          <short>The color of the background of the graph canvas</short>
45          <long>
46            The color of the background of the graph canvas as a #rgb
47            representation.
48          </long>
49       </locale>
50     </schema>
51
52     <schema>
53       <key>/schemas/apps/psensor/graph/foreground_color</key>
54       <applyto>/apps/psensor/graph/foreground_color</applyto>
55       <owner>psensor</owner>
56       <type>string</type>
57       <default>#000000000000</default>
58       <gettext_domain>psensor</gettext_domain>
59       <locale name="C">
60          <short>The color of the foreground of the graph canvas</short>
61          <long>
62            The color of the foreground of the graph canvas as a #rgb
63            representation.
64          </long>
65       </locale>
66     </schema>
67
68     <schema>
69       <key>/schemas/apps/psensor/graph/monitoring_duration</key>
70       <applyto>/apps/psensor/graph/monitoring_duration</applyto>
71       <owner>psensor</owner>
72       <type>int</type>
73       <default>10</default>
74       <gettext_domain>psensor</gettext_domain>
75       <locale name="C">
76          <short>The monitoring duration of the graph</short>
77          <long>
78            The monitoring duration of the graph as minutes. It must
79            be greater than 1.
80          </long>
81       </locale>
82     </schema>
83
84     <schema>
85       <key>/schemas/apps/psensor/graph/update_interval</key>
86       <applyto>/apps/psensor/graph/update_interval</applyto>
87       <owner>psensor</owner>
88       <type>int</type>
89       <default>1</default>
90       <gettext_domain>psensor</gettext_domain>
91       <locale name="C">
92          <short>The interval between refreshs of the graph</short>
93          <long>
94            The interval between refreshs of the graph as seconds. It
95            must be greater than 1.
96          </long>
97       </locale>
98     </schema>
99     
100   </schemalist>
101 </gconfschemafile>