quickshell/shell.qml

17 lines
279 B
QML
Raw Normal View History

2026-01-16 12:00:55 +01:00
//@ pragma UseQApplication
2026-01-14 23:18:18 +01:00
import Quickshell
import QtQuick
import "./settings/"
import "./modules/bar/"
import "./modules/overlays/"
import "./modules/ipc/"
import "./modules/notifications/"
2026-01-14 23:18:18 +01:00
ShellRoot {
id: root
Bar {}
Wallpaper {}
Ipc {}
Notification {}
2026-01-14 23:18:18 +01:00
}