Gnome extension for showing internet upload, download speed and per day data usage.
See details on Todo page.
install from https://extensions.gnome.org
The latest reviewed version can be found at
The latest development version can be installed manually with these commands:
git clone https://github.com/noroadsleft000/gnome-network-stats.git
cd gnome-network-stats
./scripts/configure
make build
make install
Then go to https://extensions.gnome.org/local/ to turn on the extension or use gnome-tweak-tool to enable it.
make build
make install
make uninstall
make enable
make disable
make pack
make debug
Universal solution of all problems "Restart your machine"
will work. Or you can restart the gnome-shell alone.
restart gnome-shell on X11:
"Alt + F2", "r + Enter"
restart gnome-shell on wayland or (ubuntu >= 21.10):
busctl --user call org.gnome.Shell /org/gnome/Shell org.gnome.Shell Eval s 'Meta.restart("Restarting…")'
kill gnome shell, works for both X11 and wayland:
killall -9 gnome-shell
still facing some error? report it by creating a bug.
When reporting a bug, please include debugging output from gnome-shell
.
You can capture the logs with one of these commands:
journalctl -f -o cat [email protected]
journalctl /usr/bin/gnome-shell | grep network-stats
journalctl -f -o cat /usr/bin/gnome-shell
- Gnome Javascript guide
- Basic Gnome extension guide
- Gnome JS API documentation
- JS API documentaion - Unofficial
- Gnome JS API source code
Contributions are always welcome, fork this repository make your changes. and then generate a pull request.
GNOME Shell Extensions are distributed under the terms of the GNU General Public License. This extension is shipped under MIT License.