Initial commit: Weather && Stats KDE Plasma 6 panel widget

This commit is contained in:
2026-03-22 20:58:49 -04:00
commit e0877c25a4
6 changed files with 569 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"KPlugin": {
"Name": "Weather && Stats",
"Description": "Live weather and system stats for the KDE panel",
"Icon": "weather-clear",
"Id": "com.github.samjage.weatherstats",
"Version": "1.0",
"License": "GPL-2.0",
"Category": "System Information",
"Authors": [
{
"Name": "samjage",
"Email": ""
}
],
"Website": "https://github.com/samjage/weather-and-stats"
},
"X-Plasma-API-Minimum-Version": "6.0",
"KPackageStructure": "Plasma/Applet"
}