quickshell/shell.qml
2026-01-18 15:54:25 +01:00

17 lines
279 B
QML

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