nixrice/quickshell/.config/quickshell/shell.qml
2025-02-09 21:34:23 -05:00

8 lines
94 B
QML

//@ pragma UseQApplication
import Quickshell
import "bar" as Bar
ShellRoot {
Bar.Bar {}
}