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
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 {