noctalia-shell/shell.qml
2025-08-10 22:02:52 +02:00

34 lines
517 B
QML

// Disable reload popup
//@ pragma Env QS_NO_RELOAD_POPUP=1
import QtQuick
import Quickshell
import Quickshell.Io
import Quickshell.Widgets
import qs.Widgets
import qs.Modules.Bar
import qs.Modules.DemoPanel
import qs.Modules.Background
import qs.Modules.SidePanel
import qs.Modules.Notification
import qs.Services
ShellRoot {
id: root
Background {}
Overview {}
ScreenCorners {}
Bar {}
DemoPanel {
id: demoPanel
}
SidePanel {
id: sidePanel
}
Notification {
id: notification
}
}