Plasma 5 widget that displays the currently used network bandwidth.
Based on the Plasma 4 widget created by Pinter Sandor.
- Go to https://www.opendesktop.org/p/998895/
- Click on the
Files
tab - Click the
Install
button
- If your widgets are locked, right-click the desktop and select
Unlock Widgets
- Right-click the desktop and select
Add Widgets...
- Click the
Get new widgets
button in the Widget Explorer that just opened - Type
Netspeed Widget
into the search field - Click the
Install
button next to "Netspeed Widget"
git clone https://github.com/dfaust/plasma-applet-netspeed-widget
cd plasma-applet-netspeed-widget
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install
Dependencies:
- plasma-framework-devel