From aefa615b8e60e12f415ff66ceaa59bd8c83e481c Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 11 Jul 2025 14:21:04 -0400 Subject: build: Update wallpaper Signed-off-by: Ian Moffett --- builddeps/limine.conf | 2 +- builddeps/wallpaper.jpg | Bin 0 -> 203867 bytes hyra-build.sh | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 builddeps/wallpaper.jpg diff --git a/builddeps/limine.conf b/builddeps/limine.conf index d5ed978..1ad040c 100644 --- a/builddeps/limine.conf +++ b/builddeps/limine.conf @@ -1,5 +1,5 @@ timeout=10 -${WALLPAPER_PATH}=boot():/boot/tree.jpg +${WALLPAPER_PATH}=boot():/boot/wallpaper.jpg wallpaper: ${WALLPAPER_PATH} interface_branding_color: 1 term_background: 40000000 diff --git a/builddeps/wallpaper.jpg b/builddeps/wallpaper.jpg new file mode 100644 index 0000000..5d69f53 Binary files /dev/null and b/builddeps/wallpaper.jpg differ diff --git a/hyra-build.sh b/hyra-build.sh index 68f415f..1ebc3bb 100755 --- a/hyra-build.sh +++ b/hyra-build.sh @@ -67,7 +67,7 @@ gen_iso_root() { cp $RAMFS_NAME iso_root/boot/ cp builddeps/limine.conf stand/limine/limine-bios.sys \ stand/limine/limine-bios-cd.bin stand/limine/limine-uefi-cd.bin iso_root/ - cp builddeps/tree.jpg iso_root/boot/ + cp builddeps/wallpaper.jpg iso_root/boot/ } ################################## -- cgit v1.2.3