From 149e1e64b1ab096910cafe71024dd02130cfd0c6 Mon Sep 17 00:00:00 2001 From: bbedward Date: Thu, 16 Jul 2026 10:47:57 -0400 Subject: [PATCH] launcher: transparent sticky header when blur is enabled port 1.5 --- quickshell/Modals/DankLauncherV2/ResultsList.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickshell/Modals/DankLauncherV2/ResultsList.qml b/quickshell/Modals/DankLauncherV2/ResultsList.qml index 2f1cb0090..2c9f0a49d 100644 --- a/quickshell/Modals/DankLauncherV2/ResultsList.qml +++ b/quickshell/Modals/DankLauncherV2/ResultsList.qml @@ -417,7 +417,7 @@ Item { anchors.top: parent.top height: 32 z: 101 - color: Theme.floatingSurface + color: BlurService.enabled ? "transparent" : Theme.floatingSurface visible: !root._bottomSectionHeaderActive && stickyHeaderSection !== null readonly property int versionTrigger: root.controller?.viewModeVersion ?? 0