quickshell/shell.qml

11 lines
127 B
QML
Raw Normal View History

2026-03-08 12:13:35 +01:00
import Quickshell
import QtQuick
import qs.modules.Bar
2026-03-08 14:20:18 +01:00
import qs.modules.ipc
2026-03-08 12:13:35 +01:00
ShellRoot {
id: root
Bar {}
2026-03-08 14:20:18 +01:00
Ipc {}
2026-03-08 12:13:35 +01:00
}