Skip to content

Commit 5f1cbc7

Browse files
committed
remove convenience.js, clean up
1 parent 1025e6a commit 5f1cbc7

File tree

4 files changed

+15
-137
lines changed

4 files changed

+15
-137
lines changed

convenience.js

-92
This file was deleted.

extension.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const ByteArray = imports.byteArray;
88

99
const ExtensionUtils = imports.misc.extensionUtils;
1010
const Me = ExtensionUtils.getCurrentExtension();
11-
const Convenience = Me.imports.convenience;
1211

1312
const PREFS_SCHEMA = 'org.gnome.shell.extensions.simplenetspeed';
1413
const refreshTime = 3;
@@ -38,7 +37,7 @@ function changeMode(widget, event) {
3837
fontmode=0;
3938
}
4039
settings.set_int('fontmode', fontmode);
41-
button.set_child(chooseLabel());
40+
chooseLabel();
4241
parseStat();
4342
}
4443
else if (event.get_button() == 1) {
@@ -47,7 +46,7 @@ function changeMode(widget, event) {
4746
mode = 0;
4847
}
4948
settings.set_int('mode', mode);
50-
button.set_child(chooseLabel());
49+
chooseLabel();
5150
parseStat();
5251
}
5352
log('mode:' + mode + ' font:' + fontmode);
@@ -173,7 +172,7 @@ function speedToString(amount) {
173172
}
174173

175174
function enable() {
176-
settings = Convenience.getSettings(PREFS_SCHEMA);
175+
settings = ExtensionUtils.getSettings(PREFS_SCHEMA);
177176

178177
mode = settings.get_int('mode'); // default mode using bit (bps, kbps)
179178
fontmode = settings.get_int('fontmode');
@@ -208,5 +207,6 @@ function disable() {
208207
timeout = null;
209208
Main.panel._rightBox.remove_child(button);
210209
button.destroy();
210+
settings = button = ioSpeed = null;
211211
}
212212
}

metadata.json

+1-18
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,6 @@
33
"description": "Simply showing network speed. Left click to change modes:\n\n1. Total net speed in bits per second\n2. Total net speed in Bytes per second\n3. Up & down speed in bits per second\n4. Up & down speed in Bytes per second\n5. Total of downloaded in Bytes (Right click to reset counter)\n\nMiddle click to change font size",
44
"name": "Simple net speed",
55
"shell-version": [
6-
"3.14",
7-
"3.15",
8-
"3.16",
9-
"3.17",
10-
"3.18",
11-
"3.19",
12-
"3.20",
13-
"3.21",
14-
"3.22",
15-
"3.23",
16-
"3.24",
17-
"3.25",
18-
"3.26",
19-
"3.27",
20-
"3.28",
21-
"3.29",
22-
"3.30",
236
"3.32",
247
"3.34",
258
"3.36",
@@ -29,5 +12,5 @@
2912
],
3013
"url": "https://github.com/biji/simplenetspeed",
3114
"uuid": "[email protected]",
32-
"version": 23
15+
"version": 24
3316
}

stylesheet.css

+10-23
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,79 @@
11
.simplenetspeed-label {
2-
width: 7em;
2+
min-width: 7em;
33
text-align: right;
44
margin-left: 1px;
55
margin-right: 2px;
66
font-size: 1em;
77
}
88

99
.simplenetspeed-label-w {
10-
width: 12em;
10+
min-width: 13em;
1111
text-align: right;
1212
margin-left: 1px;
1313
margin-right: 1px;
1414
font-size: 1em;
1515
}
1616

1717
.simplenetspeed-label-1 {
18-
width: 7em;
18+
min-width: 7em;
1919
text-align: right;
2020
margin-left: 1px;
2121
margin-right: 2px;
2222
font-size: .65em;
2323
}
2424

2525
.simplenetspeed-label-w-1 {
26-
width: 12em;
26+
min-width: 13em;
2727
text-align: right;
2828
margin-left: 1px;
2929
margin-right: 1px;
3030
font-size: .65em;
3131
}
3232

3333
.simplenetspeed-label-2 {
34-
width: 7em;
34+
min-width: 7em;
3535
text-align: right;
3636
margin-left: 1px;
3737
margin-right: 2px;
3838
font-size: .7em;
3939
}
4040

4141
.simplenetspeed-label-w-2 {
42-
width: 12em;
42+
min-width: 13em;
4343
text-align: right;
4444
margin-left: 1px;
4545
margin-right: 1px;
4646
font-size: .7em;
4747
}
4848

4949
.simplenetspeed-label-3 {
50-
width: 7em;
50+
min-width: 7em;
5151
text-align: right;
5252
margin-left: 1px;
5353
margin-right: 2px;
5454
font-size: .9em;
5555
}
5656

5757
.simplenetspeed-label-w-3 {
58-
width: 12em;
58+
min-width: 13em;
5959
text-align: right;
6060
margin-left: 1px;
6161
margin-right: 1px;
6262
font-size: .9em;
6363
}
6464

6565
.simplenetspeed-label-4 {
66-
width: 7em;
66+
min-width: 7em;
6767
text-align: right;
6868
margin-left: 1px;
6969
margin-right: 2px;
7070
font-size: 1.1em;
7171
}
7272

7373
.simplenetspeed-label-w-4 {
74-
width: 12em;
74+
min-width: 13em;
7575
text-align: right;
7676
margin-left: 1px;
7777
margin-right: 1px;
7878
font-size: 1.1em;
7979
}
80-
81-
/*.simplenetspeed-static-icon {
82-
font-size: 14px;
83-
width: 15px;
84-
text-align: left;
85-
}
86-
87-
.simplenetspeed-icon {
88-
font-size: 12px;
89-
width: 14px;
90-
text-align: center;
91-
color: lime;
92-
}*/

0 commit comments

Comments
 (0)