The sysmon plasmoid is based on KDE standard system load plasmoids which are constrained to some chosen metrics like CPU load. In contrast, the sysmon can show any metric provided by the System Monitor data source engine.
It can look like that:
It is written completely in QML declarative language.
- Plasma 5 (Plasma Shell)
- Plasma Framework Development Package (for installing)
Installation is pretty simple and straight forward:
$ git clone https://github.com/burlog/plasmoid-sysmon.git plasmoid-sysmon
$ cd plasmoid-sysmon
$ plasmapkg2 -t plasmoid -i ./plasmoid
After installation you can find the plasmoid in widgets list and installed
files in ~/.local/share/plasma/plasmoids/com.github.burlog.plasmoid-sysmon/
.
If you want to preview the plasmoid during dev just type this:
$ git clone https://github.com/burlog/plasmoid-sysmon.git plasmoid-sysmon
$ cd plasmoid-sysmon
$ plasmoidviewer --applet ./plasmoid
The sysmon plasmoid is licensed under the GNU General Public License Version 2 or later.
You can modify or/and distribute it under the conditions of this license.