forked from Shinonome/dots-hyprland
Set background opacity when using live wallpaper (#2114)
This commit is contained in:
@@ -178,6 +178,7 @@ Variants {
|
|||||||
StyledImage {
|
StyledImage {
|
||||||
id: wallpaper
|
id: wallpaper
|
||||||
visible: opacity > 0 && !blurLoader.active
|
visible: opacity > 0 && !blurLoader.active
|
||||||
|
opacity: (status === Image.Ready && !bgRoot.wallpaperIsVideo) ? 1 : 0
|
||||||
cache: false
|
cache: false
|
||||||
smooth: false
|
smooth: false
|
||||||
// Range = groups that workspaces span on
|
// Range = groups that workspaces span on
|
||||||
|
|||||||
Reference in New Issue
Block a user