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 {} +}