Skip to content

NaWer/indicator-netspeed

 
 

Repository files navigation

Network speed indicator for Unity

Simple fork with both up and down

Usage

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

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 (use dconf-editor).

TODO

  • Configuration options only accessible through dconf-editor, add a simple options menu.
  • Allow toggling autostart at login.
  • Do some magic when interfaces are added or disappear.
  • The Makefile is a bit stupid right now and is probably specific to ubuntu.
  • It's not packaged, create deb building scripts.

Bugs

  • On Ubuntu 12.04 :
        sudo rm /usr/share/icons/ubuntu-mono-dark/status/22/network-idle.svg
        sudo cp network-idle.svg /usr/share/icons/ubuntu-mono-dark/status/22/

Credits

Originally written by Marius Gedminas [email protected]

Contributors:

About

Stupid network speed indicator for Unity, inspired by the old netspeed GNOME applet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.2%
  • Makefile 5.8%