From 3f93e7a7529a748d31df9e1300d503f7499fcda8 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Mon, 5 Jan 2026 21:07:56 -0500 Subject: [PATCH] Add sparkly banner to first-boot wizard completion 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 | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/rpi/first-boot-wizard.sh b/rpi/first-boot-wizard.sh index ee45bbd..66825b8 100755 --- a/rpi/first-boot-wizard.sh +++ b/rpi/first-boot-wizard.sh @@ -385,17 +385,16 @@ else fi echo "" -gum style \ - --border double \ - --border-foreground 82 \ - --padding "0 2" \ - --align center \ - " ___ _____ ___ ___ _ ___ ___ ___" \ - " / __||_ _|| __| / __| /_\\ / __| / _ \\ / _ \\" \ - " \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_) || (_) |" \ - " |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/" \ - "" \ - "Setup Complete!" +echo "" +echo -e "\033[0;90m . * . . * . * . * . * .\033[0m" +echo -e "\033[0;36m ___ _____ ___ ___ _ ___ ___ ___\033[0m" +echo -e "\033[0;36m / __||_ _|| __| / __| /_\\ / __| / _ \\ / _ \\\\\033[0m" +echo -e "\033[0;36m \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_) || (_) |\033[0m" +echo -e "\033[0;36m |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/\033[0m" +echo "" +echo -e "\033[0;90m * . * . * . * . * . *\033[0m" +echo "" +gum style --foreground 82 --bold --align center "Setup Complete!" echo "" gum style --foreground 82 --bold "Create your admin account:"