This commit is contained in:
Zacharias-Brohn
2026-03-07 17:48:07 +01:00
parent 5d27d603e5
commit c0f4434fd4
3 changed files with 69 additions and 49 deletions
+1
View File
@@ -169,6 +169,7 @@ Singleton {
color: {
wallust: general.color.wallust,
mode: general.color.mode,
smart: general.color.smart,
schemeGeneration: general.color.schemeGeneration,
scheduleDarkStart: general.color.scheduleDarkStart,
scheduleDarkEnd: general.color.scheduleDarkEnd,
+1
View File
@@ -23,6 +23,7 @@ JsonObject {
property int scheduleDarkEnd: 0
property int scheduleDarkStart: 0
property bool schemeGeneration: true
property bool smart: false
property bool wallust: false
}
component Idle: JsonObject {