Wallpaper: delay service initialization until settings are ready

This commit is contained in:
LemmyCook 2025-08-29 12:41:37 -04:00
parent 7c6c908076
commit c37ef867a1
4 changed files with 12 additions and 17 deletions

View file

@ -22,7 +22,6 @@ Singleton {
// Ensure cache dir exists
Quickshell.execDetached(["mkdir", "-p", Settings.cacheDir])
// TODO: fix matugen
var content = buildConfigToml()
var mode = Settings.data.colorSchemes.darkMode ? "dark" : "light"