move styledwindow

This commit is contained in:
Benjamin Palko 2025-07-30 21:53:00 -04:00
parent 350a9f4fb2
commit 30a0da7032

9
widgets/StyledWindow.qml Normal file
View file

@ -0,0 +1,9 @@
import Quickshell
import Quickshell.Wayland
PanelWindow {
required property string name
WlrLayershell.namespace: `lux-${name}`
color: "transparent"
}