diff --git a/Helpers/Wallpapers.qml b/Helpers/Wallpapers.qml index b7d539e..498bb5f 100644 --- a/Helpers/Wallpapers.qml +++ b/Helpers/Wallpapers.qml @@ -26,8 +26,6 @@ Searcher { function setWallpaper(path: string): void { actualCurrent = path; WallpaperPath.currentWallpaperPath = path; - if (Config.general.color.wallust) - 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}`]); }