From 77d9cf98092807b879f9d28e4f1d5342dfd58ddc Mon Sep 17 00:00:00 2001 From: librelad Date: Fri, 22 May 2026 00:24:34 +0100 Subject: [PATCH] style(branding): raise divider, extend to last glyph, drop top blank line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Raise the underline to high marks (‾▔) so it tucks under the wordmark, extend it to reach the end of the final letter, and remove the leading blank line so the banner starts flush. Co-Authored-By: Claude Opus 4.7 Signed-off-by: librelad --- init.sh | 5 ++--- scripts/source/files/generate_arrays.sh | 5 ++--- start.sh | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/init.sh b/init.sh index 94f7d06..314e1bd 100755 --- a/init.sh +++ b/init.sh @@ -30,11 +30,10 @@ isNotice() { echo -e "${YELLOW}NOTICE:${NC} $1"; } isQuestion() { echo -e -n "${BLUE}QUESTION:${NC} $1 "; } displayLibrePortalLogo() { - echo " - ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ + echo " ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ ║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│ ╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘ - _▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁" + ‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔" echo "" } diff --git a/scripts/source/files/generate_arrays.sh b/scripts/source/files/generate_arrays.sh index ed5c69b..1b0b5b6 100755 --- a/scripts/source/files/generate_arrays.sh +++ b/scripts/source/files/generate_arrays.sh @@ -38,11 +38,10 @@ isHeader() { echo "" } -echo " - ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ +echo " ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ ║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│ ╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘ - _▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁" + ‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔" echo "" isHeader "Regenerating Array Files" diff --git a/start.sh b/start.sh index 2f8bf4b..c43732c 100755 --- a/start.sh +++ b/start.sh @@ -12,11 +12,10 @@ initial_command7="$7" displayLibrePortalLogo() { [[ "$LIBREPORTAL_SKIP_LOGO" == "1" ]] && return - echo " - ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ + echo " ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ ║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│ ╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘ - _▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁" + ‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔" echo "" }