DarkModeService: Add settings and manual scheduling mode.

This commit is contained in:
Leopold Luley
2025-10-16 17:23:32 +02:00
parent a6c0a9fc99
commit 49f4ab114f
4 changed files with 189 additions and 13 deletions
+3
View File
@@ -354,6 +354,9 @@ Singleton {
property bool useWallpaperColors: false
property string predefinedScheme: "Noctalia (default)"
property bool darkMode: true
property string schedulingMode: "off"
property string manualSunrise: "06:30"
property string manualSunset: "18:30"
property string matugenSchemeType: "scheme-fruit-salad"
property bool generateTemplatesForPredefined: true
}