Add sparkle ASCII banners to all RPI scripts
Replace the complex dot pattern with cleaner sparkle-style banners using . * . patterns above and below the STEGASOO logo. Also fixes duplicate logo lines that were present in setup.sh and sanitize.sh. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -45,10 +45,12 @@ gum style \
|
||||
--padding "1 2" \
|
||||
--margin "1" \
|
||||
--align center \
|
||||
" ___ _____ ___ ___ _ ___ ___ ___ " \
|
||||
" / __||_ _|| __| / __| /_\\ / __| / _ \\ / _ \\ " \
|
||||
" \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_) || (_) |" \
|
||||
" |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/ " \
|
||||
". * . . * . * . * . * ." \
|
||||
" ___ _____ ___ ___ _ ___ ___ ___" \
|
||||
" / __||_ _|| __| / __| /_\\ / __| / _ \\ / _ \\" \
|
||||
" \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_) || (_) |" \
|
||||
" |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/" \
|
||||
"* . * . * . * . * . *" \
|
||||
"" \
|
||||
"First Boot Wizard"
|
||||
|
||||
@@ -303,10 +305,12 @@ gum style \
|
||||
--padding "1 2" \
|
||||
--margin "1" \
|
||||
--align center \
|
||||
" ___ _____ ___ ___ _ ___ ___ ___ " \
|
||||
" / __||_ _|| __| / __| /_\\ / __| / _ \\ / _ \\ " \
|
||||
" \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_) || (_) |" \
|
||||
" |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/ " \
|
||||
". * . . * . * . * . * ." \
|
||||
" ___ _____ ___ ___ _ ___ ___ ___" \
|
||||
" / __||_ _|| __| / __| /_\\ / __| / _ \\ / _ \\" \
|
||||
" \\__ \\ | | | _| | (_ | / _ \\ \\__ \\ | (_) || (_) |" \
|
||||
" |___/ |_| |___| \\___//_/ \\_\\|___/ \\___/ \\___/" \
|
||||
"* . * . * . * . * . *" \
|
||||
"" \
|
||||
"Setup Complete!"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user