This commit is contained in:
2026-03-01 10:37:07 +02:00
parent e5257d9e42
commit 9762553b38
6 changed files with 804 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import Quickshell.Hyprland
import QtQuick
import "Shell"
import "Shell/Overlays"
import "Shell/Notifications"
ShellRoot {
id: baseShell
@@ -11,6 +12,7 @@ ShellRoot {
property bool isOpen: ShellStateManager.shellOpen
Overlay {}
NotificationLayer {}
Topbar {}
Healthbar {}