[verified] feat(quickshell): add cyber dock launcher

This commit is contained in:
2026-08-30 16:54:19 +00:00
parent 6406e06330
commit abccf536f6
5 changed files with 413 additions and 1 deletions
+2 -1
View File
@@ -12,7 +12,7 @@ Scope {
// Dense multi-monitor status rail; visual core is headlessly renderable.
DenseBar {}
// App launcher variants — SUPER CTRL 18; variant 8 is the primary HUD.
// App launcher variants — 111; variant 8 remains the primary HUD.
LauncherStack {} // 1 — left vertical list
LauncherGrid {} // 2 — centered icon grid
LauncherSpotlight {} // 3 — top-center command bar
@@ -23,6 +23,7 @@ Scope {
ApplicationLauncher {} // 8 — dense HUD command index (primary)
BladeLauncher {} // 9 — asymmetric blade matrix
OrbitLauncher {} // 10 — radial targeting arena
CyberDock {} // 11 — cyberpunk bottom cartridge dock
Notifications {}
VolumeOsd {}