quickshell/shell.qml
2026-03-08 12:13:35 +01:00

9 lines
94 B
QML

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