style(branding): revert divider to low marks, keep top blank line

The raised (‾▔) divider read strangely; go back to the low _▁ step-ticks
the prior look used and restore the leading blank line. Keep the divider
extended to the end of the final letter.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Signed-off-by: librelad <librelad@digitalangels.vip>
This commit is contained in:
librelad 2026-05-22 00:26:53 +01:00
parent 77d9cf9809
commit 0c7eac89fc
3 changed files with 9 additions and 6 deletions

View File

@ -30,10 +30,11 @@ isNotice() { echo -e "${YELLOW}NOTICE:${NC} $1"; }
isQuestion() { echo -e -n "${BLUE}QUESTION:${NC} $1 "; } isQuestion() { echo -e -n "${BLUE}QUESTION:${NC} $1 "; }
displayLibrePortalLogo() { displayLibrePortalLogo() {
echo " ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ echo "
╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬
║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│ ║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│
╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘ ╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘
‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔" _▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁"
echo "" echo ""
} }

View File

@ -38,10 +38,11 @@ isHeader() {
echo "" echo ""
} }
echo " ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ echo "
╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬
║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│ ║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│
╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘ ╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘
‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔" _▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁"
echo "" echo ""
isHeader "Regenerating Array Files" isHeader "Regenerating Array Files"

View File

@ -12,10 +12,11 @@ initial_command7="$7"
displayLibrePortalLogo() displayLibrePortalLogo()
{ {
[[ "$LIBREPORTAL_SKIP_LOGO" == "1" ]] && return [[ "$LIBREPORTAL_SKIP_LOGO" == "1" ]] && return
echo " ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ echo "
╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬
║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│ ║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│
╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘ ╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘
‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔" _▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁"
echo "" echo ""
} }