Show current network speed/activity on Ubuntu panel menu. Customize colors, font size, arrows, and more. Only Dark theme mode supported at in this version.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 4 | Unreviewed |
| 3 | Active |
| 2 | Rejected |
| 1 | Rejected |
1. `stylesheet.css` should be in the root folder of the extension package. 2. Remove `data` folder. 3. Add this to the `metadata.json`: ```json "settings-schema": "org.gnome.shell.extensions.net-speed-custom", ``` 4. Remove line 81-119 `extension.js`. You already have `this.getSettiongs()` in the entry point. 5. Remove line 693-702 `extension.js`. Not needed. 6. Please use aysnc for reading file content since you are in shell process (line 809 `extension.js`): [Gio.File.load_contents_async](https://gjs-docs.gnome.org/gio20~2.0/gio.file#method-load_contents_async)