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

20 lines
277 B
QML
Raw Normal View History

2025-06-26 20:46:50 +02:00
//@ pragma Env QS_NO_RELOAD_POPUP=1
//@ pragma Env QT_QML_GENERATE_QMLLS_INI
2025-06-26 20:46:50 +02:00
import Quickshell
import QtQuick
import qs.modules.drawers
import qs
2025-06-26 20:46:50 +02:00
ShellRoot {
id: shellroot
Component.onCompleted: [Launcher.init()]
Drawers {}
// Background {}Popup
//
}