general ipc calls

This commit is contained in:
Zacharias-Brohn
2026-02-18 23:39:06 +01:00
parent e2eb0631cf
commit 5d5d9575b6
3 changed files with 38 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ Searcher {
actualCurrent = path;
WallpaperPath.currentWallpaperPath = path;
Wallust.generateColors(WallpaperPath.currentWallpaperPath);
Quickshell.execDetached(["sh", "-c", `python3 ${Quickshell.shellPath("scripts/LockScreenBg.py")} --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 {