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"
}
}
+6
View File
@@ -47,5 +47,11 @@
<entry name="useNerdFont" type="Bool">
<default>true</default>
</entry>
<entry name="fontSize" type="Int">
<default>0</default>
</entry>
<entry name="statOrder" type="String">
<default>weather,cputemp,cpuusage,memory,network</default>
</entry>
</group>
</kcfg>