mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
feat(wallpaper): add separate selection for light & dark mode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user