aboutsummaryrefslogtreecommitdiffstats
path: root/home/quickshell/shell.qml
diff options
context:
space:
mode:
Diffstat (limited to 'home/quickshell/shell.qml')
-rw-r--r--home/quickshell/shell.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/home/quickshell/shell.qml b/home/quickshell/shell.qml
new file mode 100644
index 0000000..43bb3e9
--- /dev/null
+++ b/home/quickshell/shell.qml
@@ -0,0 +1,8 @@
+//@ pragma UseQApplication
+import "bar"
+
+import Quickshell
+
+ShellRoot {
+ Bar {}
+}