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
@emranweb
Copy link
Author

emranweb commented Apr 14, 2017

Speed Indicator

@id-abdasis
Copy link

thanks bro very helpful

@EnigmaticJihad
Copy link

Thanks, dude... exactly what I was searching for.

@ankurk91
Copy link

Not working on V5.0 Juno

@emamut
Copy link

emamut commented Dec 4, 2018

Works in Juno
image

@chaitanyaarige
Copy link

not working i Juno

@farhansadik
Copy link

This one works for me, And I used this on arch linux ~ https://github.com/PlugaruT/wingpanel-indicator-sys-monitor

@rifat151
Copy link

rifat151 commented Oct 2, 2020

how its work in elementary OS 5.1.6 Hera.i saw it one of my friends desktop.
please can any one share the process how its work?

@emranweb
Copy link
Author

emranweb commented Oct 3, 2020

how its work in elementary OS 5.1.6 Hera.i saw it one of my friends desktop.
please can any one share the process how its work?

@rifat151 I am not sure it working on latest version or not. I used it in the 2018. you can find new way to show speed indicator

@emranweb
Copy link
Author

emranweb commented Oct 3, 2020

how its work in elementary OS 5.1.6 Hera.i saw it one of my friends desktop.
please can any one share the process how its work?

@rifat151 I am not sure it working on latest version or not. I used it in the 2018. you can find new way to show speed indicator

you can copy the code in you terminal and press enter then it will install you machine and show the indicator.

@tabish-ali
Copy link

tabish-ali commented Dec 7, 2020

For Elementary OS Hera, here are couple of steps you need to follow:

  1. First install app indicator by using the instructions in given
    link : https://www.reallinuxuser.com/how-to-show-app-indicators-on-the-system-tray-in-elementary-os/
    you have to follow same instructions, just copy paste.

OR

follow along here:

sudo apt install software-properties-common
sudo add-apt-repository ppa:yunnxx/elementary
sudo apt update
sudo apt install indicator-application wingpanel-indicator-ayatana
cd /etc/xdg/autostart/
sudo nano indicator-application.desktop

Look for the line with the following content:
OnlyShowIn=Unity;GNOME;

Add “Pantheon;” to the end of the line:
OnlyShowIn=Unity;GNOME;Pantheon;

Save the changes via Ctrl+X (Exit).
Now restart your system. (In my case i don't have to restart, i just ran the app indicator netspeed-unity by searching and it shows up)

  1. Then follow which is given above:

#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

image

@puvi7722
Copy link

puvi7722 commented Sep 8, 2021

I just followed the same steps on 5.1.7 Hera. It works like a charm.
Screenshot from 2021-09-08 22 47 33

@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