lux-shell/components/StyledPanelWindow.qml
Benjamin Palko 4bda51f02c panel window
2025-09-07 12:22:27 -04:00

9 lines
164 B
QML

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