From 2646e7b19a4837441f38890f6293e06ede9f5193 Mon Sep 17 00:00:00 2001 From: bbedward Date: Tue, 17 Feb 2026 10:54:49 -0500 Subject: [PATCH] launcher v2: apply transparency to footer --- quickshell/Modals/DankLauncherV2/LauncherContent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickshell/Modals/DankLauncherV2/LauncherContent.qml b/quickshell/Modals/DankLauncherV2/LauncherContent.qml index 1444cbbd..21567bef 100644 --- a/quickshell/Modals/DankLauncherV2/LauncherContent.qml +++ b/quickshell/Modals/DankLauncherV2/LauncherContent.qml @@ -288,7 +288,7 @@ FocusScope { Rectangle { anchors.fill: parent anchors.topMargin: -Theme.cornerRadius - color: Theme.surfaceContainerHigh + color: Theme.withAlpha(Theme.surfaceContainerHigh, Theme.popupTransparency) radius: Theme.cornerRadius }