nichts/modules/style/quickshell/shell/shell.qml

15 lines
221 B
QML

//@ pragma Env QS_NO_RELOAD_POPUP=1
import Quickshell
import QtQuick
import qs.modules.drawers
import qs
ShellRoot {
id: shellroot
Component.onCompleted: [Launcher.init(), AudioPopup.init()]
Drawers {}
}