Introduces a new `core/applications` QML/C++ module (`Nebula.Applications`) to discover `.desktop` entries, expose filterable application models, and launch installed apps safely from the shell. The desktop launcher now uses real installed apps with themed icon loading and fallback glyphs, adds output-aware surface sizing via `OutputTracker`, and wires in image/icon providers. It also adds VMware-focused Sway/shell wrapper scripts, updates Sway config/session env defaults, and refreshes README docs to document the new development flow and Desktop 0.1 behavior.
Nebula.UI
Shared Qt Quick/QML design system for NebulaOS shells.
Desktop and the future Bigscreen shell should both import:
import Nebula.UI
This module contains reusable visual language only:
- colour, spacing, type, and motion tokens (
Theme) - generic controls (
NebulaButton,NebulaCard,NebulaIconButton,NebulaTextField) - focus treatment (
FocusFrame) - compact vector icons (
NebulaIcon)
Do not put Desktop- or Bigscreen-specific chrome here (top bar, launcher, session flow).
Built as part of shells/desktop/shell. It is not a standalone application.