From 6371fa56f817d6c8344d46a197efc6d664e99efd Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Thu, 5 Mar 2026 21:36:26 +0100 Subject: [PATCH] remove wallust --- Helpers/Wallpapers.qml | 2 -- 1 file changed, 2 deletions(-) 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}`]); }