quickshell/shell.qml

9 lines
94 B
QML
Raw Normal View History

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