burlog / plasmoid-sysmon

KDE5 System Monitor Engine Visualisation Plasmoid
GNU General Public License v2.0
15 stars 8 forks source link

System Monitor Engine Visualisation Plasmoid

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.

Example of configuration

It can look like that:

How it looks

It is written completely in QML declarative language.

Dependencies

Installation

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/.

Devel

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

License

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.