wallpapers in settings

This commit is contained in:
2026-04-12 23:30:39 +02:00
parent d05903d744
commit 3dbe83a0e1
5 changed files with 191 additions and 24 deletions
+2
View File
@@ -27,6 +27,8 @@ Searcher {
actualCurrent = path;
WallpaperPath.currentWallpaperPath = path;
Quickshell.execDetached(["zshell-cli", "wallpaper", "lockscreen", "--input-image", `${root.actualCurrent}`, "--output-path", `${Paths.state}/lockscreen_bg.png`, "--blur-amount", `${Config.lock.blurAmount}`]);
if (Config.general.color.schemeGeneration)
Quickshell.execDetached(["zshell-cli", "scheme", "generate", "--image-path", `${root.actualCurrent}`, "--scheme", `${Config.colors.schemeType}`, "--mode", `${Config.general.color.mode}`]);
}
function stopPreview(): void {