diff --git a/Cargo.lock b/Cargo.lock index 9199452..f29bbea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" [[package]] name = "bos-settings" -version = "0.3.1" +version = "0.4.0" dependencies = [ "async-channel", "bread-theme", diff --git a/assets/Icon 1024x1024.png b/assets/Icon 1024x1024.png new file mode 100644 index 0000000..e383c6b Binary files /dev/null and b/assets/Icon 1024x1024.png differ diff --git a/assets/Icon 256x256.png b/assets/Icon 256x256.png new file mode 100644 index 0000000..a9a693e Binary files /dev/null and b/assets/Icon 256x256.png differ diff --git a/assets/Icon 512x512.png b/assets/Icon 512x512.png new file mode 100644 index 0000000..7ccbb59 Binary files /dev/null and b/assets/Icon 512x512.png differ diff --git a/bread_white.svg b/assets/bread_white.svg similarity index 100% rename from bread_white.svg rename to assets/bread_white.svg diff --git a/bos-settings/Cargo.toml b/bos-settings/Cargo.toml index cb30ac3..c6e37ac 100644 --- a/bos-settings/Cargo.toml +++ b/bos-settings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bos-settings" -version = "0.3.1" +version = "0.4.0" edition = "2021" [dependencies] diff --git a/build-local.sh b/build-local.sh index 3e39da8..32ced0c 100755 --- a/build-local.sh +++ b/build-local.sh @@ -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 # 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. -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)}" BAKERY_BIN="$LAPTOP_HOME/.local/bin" BAKERY_STATE="$LAPTOP_HOME/.local/state/bakery" diff --git a/iso/airootfs/etc/calamares/branding/bos/logo.png b/iso/airootfs/etc/calamares/branding/bos/logo.png index 30bee39..e383c6b 100644 Binary files a/iso/airootfs/etc/calamares/branding/bos/logo.png and b/iso/airootfs/etc/calamares/branding/bos/logo.png differ diff --git a/iso/airootfs/usr/share/plymouth/themes/bos/logo.png b/iso/airootfs/usr/share/plymouth/themes/bos/logo.png index fb96675..e383c6b 100644 Binary files a/iso/airootfs/usr/share/plymouth/themes/bos/logo.png and b/iso/airootfs/usr/share/plymouth/themes/bos/logo.png differ