Merge pull request #482 from luleyleo/auto-night-mode

Implement scheduled light/dark mode switching
This commit is contained in:
Lysec
2025-10-18 21:05:44 +02:00
committed by GitHub
11 changed files with 316 additions and 28 deletions
+3
View File
@@ -357,6 +357,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
}