https://github.com/dfaust/plasma-applet-netspeed-widget
Plasma 5 widget that displays the currently used network bandwidth
https://github.com/dfaust/plasma-applet-netspeed-widget
network-monitoring plasma-applet plasmoid
Last synced: 4 months ago
JSON representation
Plasma 5 widget that displays the currently used network bandwidth
- Host: GitHub
- URL: https://github.com/dfaust/plasma-applet-netspeed-widget
- Owner: dfaust
- License: gpl-2.0
- Created: 2016-01-16T13:18:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T20:31:21.000Z (over 2 years ago)
- Last Synced: 2025-02-21T20:46:05.249Z (over 1 year ago)
- Topics: network-monitoring, plasma-applet, plasmoid
- Language: QML
- Homepage:
- Size: 91.8 KB
- Stars: 131
- Watchers: 4
- Forks: 16
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
# plasma-applet-netspeed-widget
Plasma 5 and 6 widget that displays the currently used network bandwidth.

Dependencies:
* awk
Optional dependencies:
* plasma-addons (may be called plasma5-addons, kdeplasma-addons or similar - used to launch a user defined application when the applet is clicked)
## Installation
### From openDesktop.org
1. Go to [https://www.opendesktop.org/p/998895/](https://www.opendesktop.org/p/998895/) for the Plasma 5 version, or [https://www.opendesktop.org/p/2136505/](https://www.opendesktop.org/p/2136505/) for the Plasma 6 version.
2. Click on the `Files` tab.
3. Click the `Install` button.
4. Make sure the package `awk` is installed.
### From within the Plasma workspace
1. If your widgets are locked, right-click the desktop and select `Unlock Widgets`.
2. Right-click the desktop and select `Add Widgets...`.
3. Click the `Get new widgets` button in the Widget Explorer that just opened.
4. Type `Netspeed Widget` into the search field.
5. Click the `Install` button next to "Netspeed Widget".
6. Make sure the package `awk` is installed.
### From source
```bash
git clone https://github.com/dfaust/plasma-applet-netspeed-widget
cd plasma-applet-netspeed-widget
./install.sh
```