From 376f2bfeb1ba9c79a673aedc5bd6813a0b8478a0 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 26 Aug 2025 09:08:01 +0700 Subject: [PATCH] background: no flash when changing wallpaper --- .config/quickshell/ii/modules/background/Background.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/quickshell/ii/modules/background/Background.qml b/.config/quickshell/ii/modules/background/Background.qml index e3ff9ba0a..9d851fa61 100644 --- a/.config/quickshell/ii/modules/background/Background.qml +++ b/.config/quickshell/ii/modules/background/Background.qml @@ -163,6 +163,7 @@ Variants { } cache: false asynchronous: true + retainWhileLoading: true // Range = groups that workspaces span on property int chunkSize: Config?.options.bar.workspaces.shown ?? 10; property int lower: Math.floor(bgRoot.firstWorkspaceId / chunkSize) * chunkSize;