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