Bootstrap NebulaOS repo and desktop shell UI
Initialize the NebulaOS monorepo layout with top-level documentation, ignore rules, placeholder service/package directories, compositor docs plus a baseline Sway config, and session startup/desktop entry files. Add the first desktop shell prototype under `shells/desktop/ui` using React + Vite, including themed surface components (desktop, top bar, launcher, preview), mock Nebula APIs and shell bridge state wiring, reusable UI controls/icons, and supporting styles/config needed for local development.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
|
||||
<rect width="32" height="32" rx="8" fill="#0b0f16"/>
|
||||
<circle cx="16" cy="16" r="5" fill="#7ea0c4"/>
|
||||
<ellipse
|
||||
cx="16"
|
||||
cy="16"
|
||||
rx="12"
|
||||
ry="5"
|
||||
stroke="#9bb6d4"
|
||||
stroke-width="1.5"
|
||||
transform="rotate(-26 16 16)"
|
||||
/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 325 B |
Reference in New Issue
Block a user