Files
dotfiles/quickshell/shell.qml
2025-07-27 17:05:34 +01:00

9 lines
106 B
QML

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