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

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