plasma-cpu-control-widget/metadata.json

24 lines
723 B
JSON
Raw Permalink Normal View History

{
"KPlugin": {
"Id": "org.kde.plasma.cpucontrol",
"Name": "CPU Control",
"Description": "Monitor CPU temperature and control performance limit",
"Icon": "cpu",
"Authors": [
{
"Name": "Andres Garcia",
"Email": "andresgarcia0313@gmail.com"
}
],
"Category": "System Information",
"License": "MIT",
"Version": "2.0.0",
"Website": "https://github.com/andresgarcia0313",
"ServiceTypes": ["Plasma/Applet"],
"FormFactors": ["panel", "desktop"],
"EnabledByDefault": true
},
"X-Plasma-API": "declarativeappletscript",
"X-Plasma-MainScript": "ui/main.qml"
}