add quickshell bar

This commit is contained in:
Johannes Knopp
2026-04-06 01:30:28 +02:00
parent 8d95eeb892
commit c2b28df404
15 changed files with 1043 additions and 0 deletions

View File

@ -0,0 +1,13 @@
//@ pragma UseQApplication
import Quickshell
import "bar"
ShellRoot {
Variants {
model: Quickshell.screens
Bar {
// modelData injected by Variants; Bar.qml binds screen: modelData internally
}
}
}