v0.4.0: branding refresh, breadpaper baked in, bos-settings 0.4.0
- Move assets to assets/ directory (bread_white.svg, icons 256/512/1024px) - Update Calamares branding + Plymouth theme logos - Bake breadpaper (wallpaper manager + pywal) into /etc/skel alongside the rest of the bread ecosystem — previously missing from the ISO build - Bump bos-settings to 0.4.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FHr5CeufsAfTrt41XoApir
2
Cargo.lock
generated
|
|
@ -28,7 +28,7 @@ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bos-settings"
|
name = "bos-settings"
|
||||||
version = "0.3.1"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-channel",
|
"async-channel",
|
||||||
"bread-theme",
|
"bread-theme",
|
||||||
|
|
|
||||||
BIN
assets/Icon 1024x1024.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
assets/Icon 256x256.png
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
assets/Icon 512x512.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 4 KiB After Width: | Height: | Size: 4 KiB |
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bos-settings"
|
name = "bos-settings"
|
||||||
version = "0.3.1"
|
version = "0.4.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ grep airootfs_image_tool_options "$STAGE/profiledef.sh"
|
||||||
# created from skel (the live user and the installed user) then gets the same
|
# created from skel (the live user and the installed user) then gets the same
|
||||||
# versions `bakery list` reports here, fully offline. Copied at build time so the
|
# versions `bakery list` reports here, fully offline. Copied at build time so the
|
||||||
# binaries never bloat the git repo and always track the current bakery state.
|
# binaries never bloat the git repo and always track the current bakery state.
|
||||||
BREAD_BINS=(bakery bread breadd breadman breadbar breadbox breadbox-sync breadcrumbs breadpad bread-theme)
|
BREAD_BINS=(bakery bread breadd breadman breadbar breadbox breadbox-sync breadcrumbs breadpad breadpaper bread-theme)
|
||||||
LAPTOP_HOME="${LAPTOP_HOME:-$(getent passwd "${SUDO_USER:-$USER}" | cut -d: -f6)}"
|
LAPTOP_HOME="${LAPTOP_HOME:-$(getent passwd "${SUDO_USER:-$USER}" | cut -d: -f6)}"
|
||||||
BAKERY_BIN="$LAPTOP_HOME/.local/bin"
|
BAKERY_BIN="$LAPTOP_HOME/.local/bin"
|
||||||
BAKERY_STATE="$LAPTOP_HOME/.local/state/bakery"
|
BAKERY_STATE="$LAPTOP_HOME/.local/state/bakery"
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 9 KiB After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 42 KiB |