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

16 lines
221 B
QML
Raw Permalink Normal View History

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