From 1c30ea270f0000046fb5d49bd40d16bf2bbc11a7 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 15 Sep 2025 20:43:24 -0400 Subject: [PATCH] alias panel window background --- components/StyledPanelWindow.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/StyledPanelWindow.qml b/components/StyledPanelWindow.qml index dab6ee0..0426201 100644 --- a/components/StyledPanelWindow.qml +++ b/components/StyledPanelWindow.qml @@ -7,11 +7,13 @@ PanelWindow { id: window required property string name + property alias background: background WlrLayershell.namespace: `lux-${name}` color: "transparent" Rectangle { + id: background anchors.fill: parent radius: Styling.theme.radiusBox Behavior on radius {