summaryrefslogtreecommitdiff
path: root/widgets/StyledWindow.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-29 19:57:07 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-29 19:57:07 +1000
commitae878e390fef99c6e7867b97fced78567e058ad0 (patch)
tree15bf235fa19c9ed0aaf121c064d3215cb8db9506 /widgets/StyledWindow.qml
parentfeat: bar bluetooth devices (diff)
downloadcaelestia-shell-ae878e390fef99c6e7867b97fced78567e058ad0.tar.gz
caelestia-shell-ae878e390fef99c6e7867b97fced78567e058ad0.tar.bz2
caelestia-shell-ae878e390fef99c6e7867b97fced78567e058ad0.zip
feat: bar system tray
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"
+}