lux-shell/components/StyledWindow.qml
Benjamin Palko 420c42a30e move window
2025-09-03 09:40:52 -04:00

9 lines
164 B
QML

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