From 646f70a98dd69131be2a9fd5ef984be45026c096 Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Wed, 18 Feb 2026 23:44:02 +0100 Subject: [PATCH] fix lockscreen wallpaper set call --- Helpers/Wallpapers.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Helpers/Wallpapers.qml b/Helpers/Wallpapers.qml index 4fe6d8c..b636e71 100644 --- a/Helpers/Wallpapers.qml +++ b/Helpers/Wallpapers.qml @@ -20,7 +20,7 @@ Searcher { actualCurrent = path; WallpaperPath.currentWallpaperPath = path; Wallust.generateColors(WallpaperPath.currentWallpaperPath); - Quickshell.execDetached(["sh", "-c", `zshell-cli wallpaper lockscreen --input_image=${root.actualCurrent} --output_path=${Paths.state}/lockscreen_bg.png --blur_amount=${Config.lock.blurAmount}`]); + Quickshell.execDetached(["sh", "-c", `zshell-cli wallpaper lockscreen --input-image=${root.actualCurrent} --output-path=${Paths.state}/lockscreen_bg.png --blur_amount=${Config.lock.blurAmount}`]); } function preview(path: string): void {