Files
dotfiles/quickshell/shell.qml
doloro 2e94f6dac3 meow
2025-09-22 20:55:16 +00:00

9 lines
106 B
QML
Executable File

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