feat(wallpaper): add separate selection for light & dark mode

This commit is contained in:
Lysec
2026-03-29 12:53:06 +02:00
parent 3dd46fbd6e
commit deb79261dd
25 changed files with 593 additions and 191 deletions
+2 -1
View File
@@ -413,7 +413,8 @@ Singleton {
property string wallhavenResolutionHeight: ""
property string sortOrder: "name" // "name", "name_desc", "date", "date_desc", "random"
property list<var> favorites: []
// Format: [{ "path": "/path/to/wallpaper.jpg", "colorScheme": "...", "darkMode": true, "useWallpaperColors": true, "generationMethod": "tonal-spot" }]
// Format: [{ "path": "...", "appearance": "light"|"dark", "colorScheme": "...", "darkMode": bool, "useWallpaperColors": bool, "generationMethod": "...", "paletteColors": [...] }]
// Legacy entries omit "appearance" and use darkMode to infer light vs dark slot.
}
// applauncher