quickshell/shell.qml
2026-01-14 23:18:18 +01:00

10 lines
117 B
QML

import Quickshell
import QtQuick
import "./settings/"
import "./modules/Bar/"
ShellRoot {
id: root
Bar {}
}