forked from hedayaty/NetSpeed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.gnome.shell.extensions.netspeed.gschema.xml
40 lines (40 loc) · 1.72 KB
/
org.gnome.shell.extensions.netspeed.gschema.xml
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
<schemalist gettext-domain="gnome-shell-extensions">
<schema id="org.gnome.shell.extensions.netspeed" path="/org/gnome/shell/extensions/netspeed/">
<key name="icon-display" type="b">
<default>false</default>
<summary>Display icon</summary>
<description>Set to true to display icon in the panel</description>
</key>
<key name="show-sum" type="b">
<default>false</default>
<summary>Show sum of upload and download speed</summary>
<description> If true shows the sum of upload and download speed; otherwise, shows them seperately.
</description>
</key>
<key name="device" type="s">
<default>''</default>
<summary>Device used to monitor</summary>
<description> By default, the sum of usages will be monitored. However, if you want to monitor just a specific device, set this value to that device.
</description>
</key>
<key type="i" name="timer">
<default>1000</default>
<summary>The interval between updates in miliseconds</summary>
<description>The interval between updates in miliseconds </description>
</key>
<key type="i" name="digits">
<default>3</default>
<summary>The number of digits displayed</summary>
<description> The number of digits displayed, minimum 3</description>
<range min="3" max="10"/>
</key>
<key type="i" name="label-size">
<default>38</default>
<summary> The size of label, this may be removed later and automaticly messured for 3 digits the size should be 38 </summary>
</key>
<key type="i" name="menu-label-size">
<default>65</default>
<summary> The size of labels on the menus, this may be removed later and automaticly messured for 3 digits the size should be 65 </summary>
</key>
</schema>
</schemalist>