[verified] feat(quickshell): add blade launcher variant

This commit is contained in:
2026-08-28 20:48:23 +00:00
parent fdc00a8574
commit 5ecc73f084
5 changed files with 576 additions and 2 deletions
+2 -1
View File
@@ -17,7 +17,7 @@ Scope {
SideBar {}
BarBottom {}
// App launcher variants — SUPER CTRL 18; variant 8 is the primary HUD.
// App launcher variants — SUPER CTRL 19; variant 8 remains the primary HUD.
LauncherStack {} // 1 — left vertical list
LauncherGrid {} // 2 — centered icon grid
LauncherSpotlight {} // 3 — top-center command bar
@@ -26,6 +26,7 @@ Scope {
LauncherSlant {} // 6 — angular / sheared panel
LauncherCorner {} // 7 — Slant (V6) copy + floating power panel (shutdown/reboot)
ApplicationLauncher {} // 8 — dense HUD command index (primary)
BladeLauncher {} // 9 — asymmetric blade matrix
Notifications {}
VolumeOsd {}