Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.1 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.1 KB

Network speed indicator for Unity

Usage

sudo apt-get install build-essential libgtop2-dev libgtk-3-dev libappindicator3-dev git-core
git clone https://github.com/GGleb/indicator-netspeed-unity.git
cd indicator-netspeed-unity
make
sudo make install
indicator-netspeed-unity &

Deb

sudo apt-get install fakeroot dpkg-dev
delete line (	glib-compile-schemas $(DESTDIR)/usr/share/glib-2.0/schemas/ ) in Makefile
dpkg-buildpackage -rfakeroot -b

PPA

sudo apt-add-repository ppa:fixnix/netspeed
sudo apt-get update
sudo apt-get install indicator-netspeed-unity

The indicator will be put left of all your other indicators. If this is undesirable, the ordering index can be changed in gsettings:/apps/indicators/netspeed-unity (use dconf-editor).

Credits

Originally written by Marius Gedminas [email protected]

Contributors: