Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgedmin/indicator-netspeed
Stupid network speed indicator for Unity, inspired by the old netspeed GNOME applet
https://github.com/mgedmin/indicator-netspeed
Last synced: about 2 months ago
JSON representation
Stupid network speed indicator for Unity, inspired by the old netspeed GNOME applet
- Host: GitHub
- URL: https://github.com/mgedmin/indicator-netspeed
- Owner: mgedmin
- Created: 2011-12-23T03:10:05.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T03:49:58.000Z (over 5 years ago)
- Last Synced: 2024-10-13T18:27:47.181Z (2 months ago)
- Language: C
- Homepage: http://askubuntu.com/questions/30334/list-of-application-indicators/89889#89889
- Size: 262 KB
- Stars: 104
- Watchers: 10
- Forks: 47
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Network speed indicator for Unity
=================================![](https://raw.github.com/mgedmin/indicator-netspeed/master/screenshot.png)
Usage
-----```
sudo apt-get install build-essential libgtop2-dev libgtk-3-dev libappindicator3-dev git-core
git clone git://github.com/mgedmin/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.Credits
-------Originally written by Marius Gedminas
Contributors:
- Tobias Brandt
- Stefan Bethge (stefan at lanpartei.de)