lux-shell/shell/widgets/StyledWindow.qml
2025-07-16 17:19:46 -04:00

9 lines
164 B
QML

import Quickshell
import Quickshell.Wayland
PanelWindow {
required property string name
WlrLayershell.namespace: `lux-${name}`
color: "transparent"
}