Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ SPDX-License-Identifier = "GPL-3.0-or-later"
path = ["sway/*.jsonc"]
SPDX-FileCopyrightText = "2025 Its-J"
SPDX-License-Identifier = "GPL-3.0-or-later"

[[annotations]]
path = ["nothing/*"]
SPDX-FileCopyrightText = "2026 Its-J"
SPDX-License-Identifier = "GPL-3.0-or-later"
6 changes: 6 additions & 0 deletions nothing/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Ultramarine Nothing
Ultramarine Nothing is a desktopless Ultramarine live image, used to build new Shades on top of, or create your own Ultramarine experience from the ground up.

Ultramarine Nothing initially boots you to a TTY where you can mess around to your hearts desire!

> [!NOTE] To open readymade, use `run-readymade`. This will spawn Readymade inside kwin, a wayland compositor.
7 changes: 7 additions & 0 deletions nothing/nothing-live.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

sudo echo "#!/usr/bin/env bash

kwin readymade" > /usr/bin/run-readymade

chmod +x /usr/bin/run-readymade
29 changes: 29 additions & 0 deletions nothing/nothing-live.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
builder: dnf

import:
- ../base/base.yaml
- ../live/live.yaml
# - ../base/desktop.yaml # pulls in default flatpak support via the polygrystal package, not needed for Ultramarine Nothing
- ../live/readymade.yaml
- nothing.yaml

distro: Ultramarine Nothing 43

out_file: ultramarine-nothing-43-live.iso

bootloader: grub

kernel_cmdline: "quiet rhgb"

iso:
volume_id: UM-Nth-Live

scripts:
post:
- id: nothing-live
name: Set up Nothing Live
file: nothing-live.sh

dnf:
releasever: 43
exec: dnf5
4 changes: 4 additions & 0 deletions nothing/nothing.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dnf:
releasever: 43
exec: dnf5
packages: kwin
Loading