quickshell/shell.qml
2026-03-08 14:20:18 +01:00

11 lines
127 B
QML

import Quickshell
import QtQuick
import qs.modules.Bar
import qs.modules.ipc
ShellRoot {
id: root
Bar {}
Ipc {}
}