diff --git a/services/Wallpapers.qml b/services/Wallpapers.qml index 4d7b179a..3f6bf152 100644 --- a/services/Wallpapers.qml +++ b/services/Wallpapers.qml @@ -92,7 +92,7 @@ Singleton { property string path - command: ["caelestia", "wallpaper", "-Q", "-f", path] + command: ["caelestia", "wallpaper", "-f", path] } Process {