mirror of
https://github.com/samjage/weather-and-stats.git
synced 2026-06-06 00:20:42 +00:00
feat: add font size, stat ordering, left padding, bump to 1.4
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user