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;