summaryrefslogtreecommitdiff
path: root/widgets/StyledWindow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/StyledWindow.qml')
-rw-r--r--widgets/StyledWindow.qml10
1 files changed, 10 insertions, 0 deletions
diff --git a/widgets/StyledWindow.qml b/widgets/StyledWindow.qml
new file mode 100644
index 0000000..d67bcd2
--- /dev/null
+++ b/widgets/StyledWindow.qml
@@ -0,0 +1,10 @@
+import "root:/utils"
+import "root:/config"
+import Quickshell.Wayland
+
+WlrLayershell {
+ required property string name
+
+ namespace: `caelestia-${name}`
+ color: "transparent"
+}