21 lines
292 B
QML
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
|
|
//
|
|
|
|
}
|