alias panel window background

This commit is contained in:
Benjamin Palko 2025-09-15 20:43:24 -04:00
parent ebb66dee21
commit 1c30ea270f

View file

@ -7,11 +7,13 @@ PanelWindow {
id: window id: window
required property string name required property string name
property alias background: background
WlrLayershell.namespace: `lux-${name}` WlrLayershell.namespace: `lux-${name}`
color: "transparent" color: "transparent"
Rectangle { Rectangle {
id: background
anchors.fill: parent anchors.fill: parent
radius: Styling.theme.radiusBox radius: Styling.theme.radiusBox
Behavior on radius { Behavior on radius {