nichts/modules/style/quickshell/shell/shell.qml
2025-06-26 20:49:36 +02:00

21 lines
292 B
QML

//@ pragma Env QS_NO_RELOAD_POPUP=1
import Quickshell
import QtQuick
import "modules"
import "modules/drawers"
import "services"
// import "modules/background"
ShellRoot {
id: shellroot
Component.onCompleted: [Launcher.init()]
Drawers {}
// Background {}Popup
//
}