diff --git a/shell/widgets/StyledWindow.qml b/shell/widgets/StyledWindow.qml new file mode 100644 index 0000000..f1275ba --- /dev/null +++ b/shell/widgets/StyledWindow.qml @@ -0,0 +1,9 @@ +import Quickshell +import Quickshell.Wayland + +PanelWindow { + required property string name + + WlrLayershell.namespace: `lux-${name}` + color: "transparent" +}