First little steps

This commit is contained in:
Ly-sec 2025-08-09 16:17:07 +02:00
parent 56a48185c2
commit f4051c9c51
2 changed files with 54 additions and 0 deletions

9
shell.qml Normal file
View file

@ -0,0 +1,9 @@
import Quickshell
ShellRoot {
/*
Here we go, this is it. Rebuild time...
No spaghetti code, preset sizing, proper project structure
only "spawn" UI, do not do anything else here.
*/
}