blob: 88b6a8aa94b0298abaa4406d2478db40c5a0bbd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
<schema id="org.mate.panel.applet.netspeed">
<key name="device" type="s">
<default>''</default>
<summary>Device to monitor</summary>
<description>The name of the device to monitor</description>
</key>
<key name="show-sum" type="b">
<default>false</default>
<summary>Show sum speed</summary>
<description>If true, show sum of inbound/outbound speed instead of separated ones.</description>
</key>
<key name="show-bits" type="b">
<default>false</default>
<summary>Show bits</summary>
<description>If true, show speed in bits instead of bytes.</description>
</key>
<key name="show-icon" type="b">
<default>true</default>
<summary>Show icon</summary>
<description>If true, show main icon.</description>
</key>
<key name="change-icon" type="b">
<default>true</default>
<summary>Change icon</summary>
<description>If true, change the icon due to selected device.</description>
</key>
<key name="auto-change-device" type="b">
<default>true</default>
<summary>Auto change device</summary>
<description>If true, change automatically the selected device.</description>
</key>
<key name="in-color" type="s">
<default>'#df0028004700'</default>
<summary>In color</summary>
<description>The color of the graph of the inbound traffic</description>
</key>
<key name="out-color" type="s">
<default>'#37002800df00'</default>
<summary>Out color</summary>
<description>The color of the graph of the outbound traffic</description>
</key>
<key name="up-command" type="s">
<default>''</default>
<summary>Up command</summary>
<description>Command to execute to activate the device</description>
</key>
<key name="down-command" type="s">
<default>''</default>
<summary>Down command</summary>
<description>Command to execute to shut down the device</description>
</key>
<key name="show-quality-icon" type="b">
<default>true</default>
<summary>Show signal quality icon</summary>
<description>If true, show signal quality icon for wireless devices.</description>
</key>
</schema>
</schemalist>
|