diff options
Diffstat (limited to 'services/Wallpapers.qml')
| -rw-r--r-- | services/Wallpapers.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/Wallpapers.qml b/services/Wallpapers.qml index 44ca6a0..dd6a9f7 100644 --- a/services/Wallpapers.qml +++ b/services/Wallpapers.qml @@ -77,7 +77,7 @@ Singleton { Process { id: getPreviewColoursProc - command: ["caelestia", "scheme", "print", root.previewPath] + command: ["caelestia", "wallpaper", "-p", root.previewPath] stdout: SplitParser { splitMarker: "" onRead: data => { |