quickshell/shell.qml

10 lines
117 B
QML
Raw Normal View History

2026-01-14 23:18:18 +01:00
import Quickshell
import QtQuick
import "./settings/"
import "./modules/Bar/"
ShellRoot {
id: root
Bar {}
}