From ea2948e5d240b4e896f7444bf1572250d71f2434 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Sun, 4 Jan 2026 16:54:24 -0500 Subject: [PATCH] Add spacing between logo and bottom sparkle row MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- rpi/first-boot-wizard.sh | 2 ++ rpi/sanitize-for-image.sh | 1 + rpi/setup.sh | 1 + 3 files changed, 4 insertions(+) diff --git a/rpi/first-boot-wizard.sh b/rpi/first-boot-wizard.sh index 474fd0a..74edab2 100755 --- a/rpi/first-boot-wizard.sh +++ b/rpi/first-boot-wizard.sh @@ -50,6 +50,7 @@ gum style \ " / __||_ _|| __| / __| /_\\ / __| / _ \\ / _ \\" \ " \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_) || (_) |" \ " |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/" \ + "" \ "* . * . * . * . * . *" \ "" \ "First Boot Wizard" @@ -310,6 +311,7 @@ gum style \ " / __||_ _|| __| / __| /_\\ / __| / _ \\ / _ \\" \ " \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_) || (_) |" \ " |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/" \ + "" \ "* . * . * . * . * . *" \ "" \ "Setup Complete!" diff --git a/rpi/sanitize-for-image.sh b/rpi/sanitize-for-image.sh index 0bcd5e2..30c2a5d 100755 --- a/rpi/sanitize-for-image.sh +++ b/rpi/sanitize-for-image.sh @@ -76,6 +76,7 @@ echo -e "${CYAN} ___ _____ ___ ___ _ ___ ___ ___${NC}" echo -e "${CYAN} / __||_ _|| __| / __| /_\\\\ / __| / _ \\\\ / _ \\\\${NC}" echo -e "${CYAN} \\\\__ \\\\ | | | _| | (_ | / _ \\\\ \\\\__ \\\\ | (_) || (_) |${NC}" echo -e "${CYAN} |___/ |_| |___| \\___|/_/ \\_\\\\|___/ \\\\___/ \\\\___/${NC}" +echo "" echo -e "${GRAY} * . * . * . * . * . *${NC}" echo "" if [ "$SOFT_RESET" = true ]; then diff --git a/rpi/setup.sh b/rpi/setup.sh index 3ebdbc8..f4aecf8 100755 --- a/rpi/setup.sh +++ b/rpi/setup.sh @@ -86,6 +86,7 @@ echo -e "${CYAN} ___ _____ ___ ___ _ ___ ___ ___${NC}" echo -e "${CYAN} / __||_ _|| __| / __| /_\\\\ / __| / _ \\\\ / _ \\\\${NC}" echo -e "${CYAN} \\\\__ \\\\ | | | _| | (_ | / _ \\\\ \\\\__ \\\\ | (_) || (_) |${NC}" echo -e "${CYAN} |___/ |_| |___| \\___|/_/ \\_\\\\|___/ \\\\___/ \\\\___/${NC}" +echo "" echo -e "${GRAY} * . * . * . * . * . *${NC}" echo "" echo -e "${CYAN} Raspberry Pi Setup${NC}"