feat: add font size, stat ordering, left padding, bump to 1.4

This commit is contained in:
2026-04-19 11:58:04 -04:00
parent 277cd6915b
commit 79e6bc082b
5 changed files with 171 additions and 19 deletions
+6 -1
View File
@@ -5,7 +5,12 @@ import org.kde.plasma.configuration
ConfigModel {
ConfigCategory {
name: "General"
icon: "weather-clear"
icon: "weather-and-stats"
source: "configGeneral.qml"
}
ConfigCategory {
name: "Appearance"
icon: "preferences-desktop-theme"
source: "configAppearance.qml"
}
}