2025-06-24 07:46:51 +02:00
|
|
|
//@ pragma Env QS_NO_RELOAD_POPUP=1
|
2025-05-06 09:38:56 +02:00
|
|
|
|
2025-05-03 13:04:07 +02:00
|
|
|
import Quickshell
|
|
|
|
import QtQuick
|
|
|
|
|
2025-06-24 07:46:51 +02:00
|
|
|
import "modules"
|
|
|
|
import "modules/drawers"
|
|
|
|
// import "modules/background"
|
|
|
|
|
2025-05-03 13:04:07 +02:00
|
|
|
ShellRoot {
|
|
|
|
id: shellroot
|
|
|
|
|
2025-05-06 10:30:18 +02:00
|
|
|
Component.onCompleted: [Launcher.init()]
|
2025-05-06 09:38:56 +02:00
|
|
|
|
2025-06-24 07:46:51 +02:00
|
|
|
Drawers {}
|
|
|
|
// Background {}
|
2025-05-03 13:04:07 +02:00
|
|
|
|
|
|
|
}
|