From 579af752fa88747229969612ec3fb8ba10067001 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Wed, 16 Jul 2025 17:20:02 -0400 Subject: [PATCH] shell root --- shell/shell.qml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 shell/shell.qml diff --git a/shell/shell.qml b/shell/shell.qml new file mode 100644 index 0000000..37db2c9 --- /dev/null +++ b/shell/shell.qml @@ -0,0 +1,10 @@ +import Quickshell +import "modules/background" +import "modules/bar" + +ShellRoot { + ReloadPopup {} + + // Background {} + Bar {} +}