Files
quickshell_bar/shell.qml
2026-05-31 09:28:44 +02:00

14 lines
207 B
QML

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