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