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
+11
View File
@@ -0,0 +1,11 @@
import QtQuick
import org.kde.plasma.plasmoid
import org.kde.plasma.configuration
ConfigModel {
ConfigCategory {
name: "General"
icon: "weather-clear"
source: "configGeneral.qml"
}
}