quickshell: transparent PanelWindow for compositor blur

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-27 13:04:54 +01:00
parent bcd0a32bab
commit 06fd382125

View file

@ -627,7 +627,12 @@ in
}
implicitHeight: 30
color: Theme.barBg
color: "transparent"
Rectangle {
anchors.fill: parent
color: Theme.barBg
}
property var activeDropdown: null