From 06fd382125d3b9fa834a4f6ffd5987faba3e7b37 Mon Sep 17 00:00:00 2001 From: rope Date: Wed, 27 May 2026 13:04:54 +0100 Subject: [PATCH] quickshell: transparent PanelWindow for compositor blur Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index e8a0bf8..8261d63 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -627,7 +627,12 @@ in } implicitHeight: 30 - color: Theme.barBg + color: "transparent" + + Rectangle { + anchors.fill: parent + color: Theme.barBg + } property var activeDropdown: null