-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
15 additions
and
137 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,23 +3,6 @@ | |
"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", | ||
"name": "Simple net speed", | ||
"shell-version": [ | ||
"3.14", | ||
"3.15", | ||
"3.16", | ||
"3.17", | ||
"3.18", | ||
"3.19", | ||
"3.20", | ||
"3.21", | ||
"3.22", | ||
"3.23", | ||
"3.24", | ||
"3.25", | ||
"3.26", | ||
"3.27", | ||
"3.28", | ||
"3.29", | ||
"3.30", | ||
"3.32", | ||
"3.34", | ||
"3.36", | ||
|
@@ -29,5 +12,5 @@ | |
], | ||
"url": "https://github.com/biji/simplenetspeed", | ||
"uuid": "[email protected]", | ||
"version": 23 | ||
"version": 24 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,92 +1,79 @@ | ||
.simplenetspeed-label { | ||
width: 7em; | ||
min-width: 7em; | ||
text-align: right; | ||
margin-left: 1px; | ||
margin-right: 2px; | ||
font-size: 1em; | ||
} | ||
|
||
.simplenetspeed-label-w { | ||
width: 12em; | ||
min-width: 13em; | ||
text-align: right; | ||
margin-left: 1px; | ||
margin-right: 1px; | ||
font-size: 1em; | ||
} | ||
|
||
.simplenetspeed-label-1 { | ||
width: 7em; | ||
min-width: 7em; | ||
text-align: right; | ||
margin-left: 1px; | ||
margin-right: 2px; | ||
font-size: .65em; | ||
} | ||
|
||
.simplenetspeed-label-w-1 { | ||
width: 12em; | ||
min-width: 13em; | ||
text-align: right; | ||
margin-left: 1px; | ||
margin-right: 1px; | ||
font-size: .65em; | ||
} | ||
|
||
.simplenetspeed-label-2 { | ||
width: 7em; | ||
min-width: 7em; | ||
text-align: right; | ||
margin-left: 1px; | ||
margin-right: 2px; | ||
font-size: .7em; | ||
} | ||
|
||
.simplenetspeed-label-w-2 { | ||
width: 12em; | ||
min-width: 13em; | ||
text-align: right; | ||
margin-left: 1px; | ||
margin-right: 1px; | ||
font-size: .7em; | ||
} | ||
|
||
.simplenetspeed-label-3 { | ||
width: 7em; | ||
min-width: 7em; | ||
text-align: right; | ||
margin-left: 1px; | ||
margin-right: 2px; | ||
font-size: .9em; | ||
} | ||
|
||
.simplenetspeed-label-w-3 { | ||
width: 12em; | ||
min-width: 13em; | ||
text-align: right; | ||
margin-left: 1px; | ||
margin-right: 1px; | ||
font-size: .9em; | ||
} | ||
|
||
.simplenetspeed-label-4 { | ||
width: 7em; | ||
min-width: 7em; | ||
text-align: right; | ||
margin-left: 1px; | ||
margin-right: 2px; | ||
font-size: 1.1em; | ||
} | ||
|
||
.simplenetspeed-label-w-4 { | ||
width: 12em; | ||
min-width: 13em; | ||
text-align: right; | ||
margin-left: 1px; | ||
margin-right: 1px; | ||
font-size: 1.1em; | ||
} | ||
|
||
/*.simplenetspeed-static-icon { | ||
font-size: 14px; | ||
width: 15px; | ||
text-align: left; | ||
} | ||
.simplenetspeed-icon { | ||
font-size: 12px; | ||
width: 14px; | ||
text-align: center; | ||
color: lime; | ||
}*/ |