From 23dd7baf353f487b5be7ece6cd10a04e76078f44 Mon Sep 17 00:00:00 2001 From: zoe chen Date: Sat, 4 Oct 2025 01:02:36 +0800 Subject: [PATCH] Set background opacity when using live wallpaper It was causing thumbnail to display over mpvpaper --- .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 28f8028de..19fd60690 100644 --- a/.config/quickshell/ii/modules/background/Background.qml +++ b/.config/quickshell/ii/modules/background/Background.qml @@ -178,6 +178,7 @@ Variants { StyledImage { id: wallpaper visible: opacity > 0 && !blurLoader.active + opacity: (status === Image.Ready && !bgRoot.wallpaperIsVideo) ? 1 : 0 cache: false smooth: false // Range = groups that workspaces span on