quickshell/shell.qml

12 lines
163 B
QML

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