feat: app launcher

This commit is contained in:
2026-02-05 18:43:54 +02:00
parent 887b477c5e
commit 65b87cb9c6
6 changed files with 440 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ import Quickshell.Wayland
import Quickshell.Hyprland
import "Windows/QuickSettings"
import "Windows/AppLauncher"
PanelWindow {
id: overlay
@@ -70,4 +71,9 @@ PanelWindow {
id: quickSettingsWindow
manager: ShellStateManager
}
AppLauncher {
id: appLauncherWindow
manager: ShellStateManager
}
}