Skip to content

Instantly share code, notes, and snippets.

@emranweb
Created April 14, 2017 04:02
Show Gist options
  • Save emranweb/df920f181dd46593b0fba94611ebb6c8 to your computer and use it in GitHub Desktop.
Save emranweb/df920f181dd46593b0fba94611ebb6c8 to your computer and use it in GitHub Desktop.
Ubuntu/ Elementary OS Net Speed indicator
#Follow this code for Du Style Neet Speed Indicator for your Ubuntu or Elementary OS PC.
sudo apt-add-repository ppa:fixnix/netspeed
sudo apt-get update
sudo apt-get install indicator-netspeed-unity
@chaitanyaarige
Copy link

chaitanyaarige commented Oct 1, 2021

this is working for me in Odin
https://github.com/PlugaruT/wingpanel-monitor

sudo apt install libgtop2-dev libgranite-dev libgtk-3-dev libwingpanel-3.0-dev meson valac libgeoclue-2-dev libgweather-3-dev libhandy-1-dev
git clone https://github.com/PlugaruT/wingpanel-monitor.git
cd wingpanel-monitor
meson build --prefix=/usr
cd build
ninja
sudo ninja install
com.github.plugarut.wingpanel-monitor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment