nixrice/quickshell/.config/quickshell/shell.qml
2025-03-13 13:52:19 -04:00

8 lines
83 B
QML

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