background: no flash when changing wallpaper

This commit is contained in:
end-4
2025-08-26 09:08:01 +07:00
parent 0a34b139f4
commit 376f2bfeb1
@@ -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;