add full proj

This commit is contained in:
2026-05-31 09:28:44 +02:00
commit f8a4536a02
26 changed files with 1307 additions and 0 deletions

13
shell.qml Normal file
View File

@@ -0,0 +1,13 @@
//@ pragma UseQApplication
import Quickshell
import "widgets"
// Entry point: spawn one Bar on every connected monitor.
ShellRoot {
Variants {
model: Quickshell.screens
Bar {}
}
}