Align sparkle banners consistently across all RPI scripts

- 4 spaces before sparkle lines
- 3 spaces before logo top line
- 2 spaces before logo body

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Aaron D. Lee
2026-01-04 19:28:03 -05:00
parent 1f40eeff9e
commit dd07972014
3 changed files with 10 additions and 10 deletions

View File

@@ -45,13 +45,13 @@ gum style \
--padding "1 2" \ --padding "1 2" \
--margin "1" \ --margin "1" \
--align center \ --align center \
". * . . * . * . * . * ." \ " . * . . * . * . * . * ." \
" ___ _____ ___ ___ _ ___ ___ ___" \ " ___ _____ ___ ___ _ ___ ___ ___" \
" / __||_ _|| __| / __| /_\\ / __| / _ \\ / _ \\" \ " / __||_ _|| __| / __| /_\\ / __| / _ \\ / _ \\" \
" \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_) || (_) |" \ " \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_) || (_) |" \
" |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/" \ " |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/" \
"" \ "" \
"* . * . * . * . * . *" \ " * . * . * . * . * . *" \
"" \ "" \
"First Boot Wizard" "First Boot Wizard"
@@ -306,13 +306,13 @@ gum style \
--padding "1 2" \ --padding "1 2" \
--margin "1" \ --margin "1" \
--align center \ --align center \
". * . . * . * . * . * ." \ " . * . . * . * . * . * ." \
" ___ _____ ___ ___ _ ___ ___ ___" \ " ___ _____ ___ ___ _ ___ ___ ___" \
" / __||_ _|| __| / __| /_\\ / __| / _ \\ / _ \\" \ " / __||_ _|| __| / __| /_\\ / __| / _ \\ / _ \\" \
" \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_) || (_) |" \ " \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_) || (_) |" \
" |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/" \ " |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/" \
"" \ "" \
"* . * . * . * . * . *" \ " * . * . * . * . * . *" \
"" \ "" \
"Setup Complete!" "Setup Complete!"

View File

@@ -71,13 +71,13 @@ fi
clear clear
echo "" echo ""
echo -e "${GRAY} . * . . * . * . * . * .${NC}" echo -e "${GRAY} . * . . * . * . * . * .${NC}"
echo -e "${CYAN} ___ _____ ___ ___ _ ___ ___ ___${NC}" echo -e "${CYAN} ___ _____ ___ ___ _ ___ ___ ___${NC}"
echo -e "${CYAN} / __||_ _|| __| / __| /_\\\\ / __| / _ \\\\ / _ \\\\${NC}" echo -e "${CYAN} / __||_ _|| __| / __| /_\\\\ / __| / _ \\\\ / _ \\\\${NC}"
echo -e "${CYAN} \\\\__ \\\\ | | | _| | (_ | / _ \\\\ \\\\__ \\\\ | (_) || (_) |${NC}" echo -e "${CYAN} \\\\__ \\\\ | | | _| | (_ | / _ \\\\ \\\\__ \\\\ | (_) || (_) |${NC}"
echo -e "${CYAN} |___/ |_| |___| \\___|/_/ \\_\\\\|___/ \\\\___/ \\\\___/${NC}" echo -e "${CYAN} |___/ |_| |___| \\___|/_/ \\_\\\\|___/ \\\\___/ \\\\___/${NC}"
echo "" echo ""
echo -e "${GRAY} * . * . * . * . * . *${NC}" echo -e "${GRAY} * . * . * . * . * . *${NC}"
echo "" echo ""
if [ "$SOFT_RESET" = true ]; then if [ "$SOFT_RESET" = true ]; then
echo -e "${CYAN} Soft Reset (Factory)${NC}" echo -e "${CYAN} Soft Reset (Factory)${NC}"

View File

@@ -81,13 +81,13 @@ done
clear clear
echo "" echo ""
echo -e "${GRAY} . * . . * . * . * . * .${NC}" echo -e "${GRAY} . * . . * . * . * . * .${NC}"
echo -e "${CYAN} ___ _____ ___ ___ _ ___ ___ ___${NC}" echo -e "${CYAN} ___ _____ ___ ___ _ ___ ___ ___${NC}"
echo -e "${CYAN} / __||_ _|| __| / __| /_\\\\ / __| / _ \\\\ / _ \\\\${NC}" echo -e "${CYAN} / __||_ _|| __| / __| /_\\\\ / __| / _ \\\\ / _ \\\\${NC}"
echo -e "${CYAN} \\\\__ \\\\ | | | _| | (_ | / _ \\\\ \\\\__ \\\\ | (_) || (_) |${NC}" echo -e "${CYAN} \\\\__ \\\\ | | | _| | (_ | / _ \\\\ \\\\__ \\\\ | (_) || (_) |${NC}"
echo -e "${CYAN} |___/ |_| |___| \\___|/_/ \\_\\\\|___/ \\\\___/ \\\\___/${NC}" echo -e "${CYAN} |___/ |_| |___| \\___|/_/ \\_\\\\|___/ \\\\___/ \\\\___/${NC}"
echo "" echo ""
echo -e "${GRAY} * . * . * . * . * . *${NC}" echo -e "${GRAY} * . * . * . * . * . *${NC}"
echo "" echo ""
echo -e "${CYAN} Raspberry Pi Setup${NC}" echo -e "${CYAN} Raspberry Pi Setup${NC}"
echo "" echo ""