quickshell-config/shell.qml

22 lines
292 B
QML
Raw Normal View History

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"
2025-06-24 15:51:34 +02:00
import "services"
2025-06-24 07:46:51 +02:00
// 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 {}
2025-06-24 15:51:34 +02:00
// Background {}Popup
//
2025-05-03 13:04:07 +02:00
}