initial commit after accidentally deleting 300 lines of code

This commit is contained in:
2026-02-11 20:45:27 -08:00
commit 64f64e3f38
5 changed files with 41607 additions and 0 deletions

7
shell.qml Normal file
View File

@@ -0,0 +1,7 @@
import Quickshell
import "." as Shell
ShellRoot {
Shell.Wall {}
Shell.Launcher {}
}