quickshell/shell.qml
2026-01-16 12:00:55 +01:00

13 lines
190 B
QML

//@ pragma UseQApplication
import Quickshell
import QtQuick
import "./settings/"
import "./modules/Bar/"
import "./modules/overlays/"
ShellRoot {
id: root
Bar {}
Wallpaper {}
}