23 lines
676 B
JSON
Executable file
23 lines
676 B
JSON
Executable file
{
|
|
"KPlugin": {
|
|
"Authors": [
|
|
{
|
|
"Email": "bstrong@softtechok.com",
|
|
"Name": "Barry Strong"
|
|
}
|
|
],
|
|
"Category": "System Information",
|
|
"Description": "List Process resource usage (CPU, Mem, etc)",
|
|
"Icon": "view-process-all",
|
|
"Id": "com.softtechok.processmonitor",
|
|
"License": "GPL-3.0+",
|
|
"Name": "Process Monitor",
|
|
"ServiceTypes": [
|
|
"Plasma/Applet"
|
|
],
|
|
"Version": "1.0",
|
|
"Website": "https://www.opencode.net/bstrong5280"
|
|
},
|
|
"X-Plasma-API": "declarativeappletscript",
|
|
"X-Plasma-MainScript": "ui/main.qml"
|
|
}
|