forked from Shinonome/dots-hyprland
background: no flash when changing wallpaper
This commit is contained in:
@@ -163,6 +163,7 @@ Variants {
|
|||||||
}
|
}
|
||||||
cache: false
|
cache: false
|
||||||
asynchronous: true
|
asynchronous: true
|
||||||
|
retainWhileLoading: true
|
||||||
// Range = groups that workspaces span on
|
// Range = groups that workspaces span on
|
||||||
property int chunkSize: Config?.options.bar.workspaces.shown ?? 10;
|
property int chunkSize: Config?.options.bar.workspaces.shown ?? 10;
|
||||||
property int lower: Math.floor(bgRoot.firstWorkspaceId / chunkSize) * chunkSize;
|
property int lower: Math.floor(bgRoot.firstWorkspaceId / chunkSize) * chunkSize;
|
||||||
|
|||||||
Reference in New Issue
Block a user