From 9cae2fb9ad272c12b25132275f33d9dc02984a6d Mon Sep 17 00:00:00 2001 From: zer0day Date: Mon, 10 Nov 2025 13:49:09 +0100 Subject: [PATCH] Adding Quickshell qml --- user/shell.qml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 user/shell.qml diff --git a/user/shell.qml b/user/shell.qml new file mode 100644 index 0000000..1902f46 --- /dev/null +++ b/user/shell.qml @@ -0,0 +1,5 @@ +import Quickshell + +Scope { + Bar {} +} \ No newline at end of file