This commit is contained in:
2026-03-01 11:43:25 +02:00
parent 9762553b38
commit 8fa89bb99c
6 changed files with 628 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ import Quickshell.Hyprland
import "Windows/QuickSettings"
import "Windows/AppLauncher"
import "Windows/PowerMenu"
PanelWindow {
id: overlay
@@ -76,4 +77,9 @@ PanelWindow {
id: appLauncherWindow
manager: ShellStateManager
}
PowerMenu {
id: powerMenuWindow
manager: ShellStateManager
}
}