2
<schema id="de.mh21.indicator.multiload" path="/apps/indicators/multiload/" gettext-domain="@GETTEXT_PACKAGE@">
3
<key name="cpuload-alpha4" type="q">
4
<default>16384</default>
5
<_summary>CPU graph alpha</_summary>
8
<key name="memload-alpha4" type="q">
9
<default>16384</default>
10
<_summary>Memory graph alpha</_summary>
13
<key name="netload-alpha3" type="q">
14
<default>16384</default>
15
<_summary>Network graph alpha</_summary>
18
<key name="swapload-alpha1" type="q">
19
<default>16384</default>
20
<_summary>Swap graph alpha</_summary>
23
<key name="loadavg-alpha1" type="q">
24
<default>16384</default>
25
<_summary>Load graph alpha</_summary>
28
<key name="diskload-alpha2" type="q">
29
<default>16384</default>
30
<_summary>Disk load graph alpha</_summary>
33
<key name="view-cpuload" type="b">
34
<default>true</default>
35
<_summary>Enable CPU load graph</_summary>
38
<key name="view-memload" type="b">
39
<default>false</default>
40
<_summary>Enable memory load graph</_summary>
43
<key name="view-netload" type="b">
44
<default>false</default>
45
<_summary>Enable network load graph</_summary>
48
<key name="view-swapload" type="b">
49
<default>false</default>
50
<_summary>Enable swap load graph</_summary>
53
<key name="view-loadavg" type="b">
54
<default>false</default>
55
<_summary>Enable load average graph</_summary>
58
<key name="view-diskload" type="b">
59
<default>false</default>
60
<_summary>Enable disk load graph</_summary>
64
<key name="speed" type="i">
65
<default>500</default>
66
<_summary>Applet refresh rate in milliseconds</_summary>
69
<key name="size" type="i">
71
<_summary>For horizontal panels, the width of the graphs in pixels. For vertical panels, this is the height of the graphs.</_summary>
74
<key name="cpuload-color0" type="s">
75
<default>"#0072b3"</default>
76
<_summary>Graph color for user-related CPU activity</_summary>
79
<key name="cpuload-color1" type="s">
80
<default>"#0092e6"</default>
81
<_summary>Graph color for system-related CPU activity</_summary>
84
<key name="cpuload-color2" type="s">
85
<default>"#00a3ff"</default>
86
<_summary>Graph color for nice-related CPU activity</_summary>
89
<key name="cpuload-color3" type="s">
90
<default>"#002f3d"</default>
91
<_summary>Graph color for iowait related CPU activity</_summary>
94
<key name="cpuload-color4" type="s">
95
<default>"#000000"</default>
96
<_summary>CPU graph background color</_summary>
99
<key name="memload-color0" type="s">
100
<default>"#00b35b"</default>
101
<_summary>Graph color for user-related memory usage</_summary>
104
<key name="memload-color1" type="s">
105
<default>"#00e675"</default>
106
<_summary>Graph color for shared memory</_summary>
109
<key name="memload-color2" type="s">
110
<default>"#00ff82"</default>
111
<_summary>Graph color for buffer memory</_summary>
114
<key name="memload-color3" type="s">
115
<default>"#AAF5D0"</default>
116
<_summary>Graph color for cached memory</_summary>
119
<key name="memload-color4" type="s">
120
<default>"#000000"</default>
121
<_summary>Memory graph background color</_summary>
124
<key name="netload-color0" type="s">
125
<default>"#fce94f"</default>
126
<_summary>Graph color for input network activity</_summary>
129
<key name="netload-color1" type="s">
130
<default>"#edd400"</default>
131
<_summary>Graph color for output network activity</_summary>
134
<key name="netload-color2" type="s">
135
<default>"#c4a000"</default>
136
<_summary>Graph color for loopback network usage</_summary>
139
<key name="netload-color3" type="s">
140
<default>"#000000"</default>
141
<_summary>Network graph background color</_summary>
144
<key name="swapload-color0" type="s">
145
<default>"#8b00c3"</default>
146
<_summary>Graph color for user-related swap usage</_summary>
149
<key name="swapload-color1" type="s">
150
<default>"#000000"</default>
151
<_summary>Swap graph background color</_summary>
154
<key name="loadavg-color0" type="s">
155
<default>"#d50000"</default>
156
<_summary>Graph color for load average</_summary>
159
<key name="loadavg-color1" type="s">
160
<default>"#000000"</default>
161
<_summary>Load graph background color</_summary>
164
<key name="diskload-color0" type="s">
165
<default>"#C65000"</default>
166
<_summary>Graph color for disk read</_summary>
169
<key name="diskload-color1" type="s">
170
<default>"#FF6700"</default>
171
<_summary>Graph color for disk write</_summary>
174
<key name="diskload-color2" type="s">
175
<default>"#000000"</default>
176
<_summary>Background color for disk load graph</_summary>
179
<key name="system-monitor" type="s">
180
<default>"gnome-system-monitor.desktop"</default>
181
<_summary>The desktop description file to execute as the system monitor</_summary>
184
<key name="autostart" type="b">
185
<default>true</default>
186
<_summary>Automatically start on session startup</_summary>