Simple and minimal internet speed meter extension for the Gnome Shell. It won't disturb your work, won't distract your attention, and won't take up too much space on your panel.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 20260710.142957 (9) | Active |
| 20260710.135201 (8) | Rejected |
| 20260710.131700 (7) | Rejected |
| 20260623.093710 (6) | Active |
| 20260622.080131 (5) | Rejected |
| 20260622.073021 (4) | Rejected |
| 20260621.203419 (3) | Rejected |
| 20260621.202454 (2) | Rejected |
| 20260308.065951 (1) | Rejected |
Hello! Maintainer, 1. I have appropriately reduced the number of lines in the default class. 2. I have changed the two functions "connect()" and "disconnect()" to "connectObject()" and "disconnectObject()". 3. I converted "getSettings()" into a getter property (this.settings). Is there anything else that needs to be changed? Could you please review it again! Thank you! Regards, larryw3i
Remove line 254-265 `extension.js` and use this instead: ```js this.settings.disconnectObject(this); ``` Please don't send extensions here without testing.
You can also ping me on GNOME GitLab if you want any help or review on the repo. My user handle there is `jrahmatzadeh`.