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
Filestab - Click the
Installbutton
- 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 widgetsbutton in the Widget Explorer that just opened - Type
Netspeed Widgetinto the search field - Click the
Installbutton 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 installDependencies:
- plasma-framework-devel
