From 0c7eac89fc5fbf72d032aa0fdd71c92f7cd0f44c Mon Sep 17 00:00:00 2001 From: librelad Date: Fri, 22 May 2026 00:26:53 +0100 Subject: [PATCH] style(branding): revert divider to low marks, keep top blank line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: librelad --- init.sh | 5 +++-- scripts/source/files/generate_arrays.sh | 5 +++-- start.sh | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/init.sh b/init.sh index 314e1bd..71c629f 100755 --- a/init.sh +++ b/init.sh @@ -30,10 +30,11 @@ 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 1b0b5b6..447db98 100755 --- a/scripts/source/files/generate_arrays.sh +++ b/scripts/source/files/generate_arrays.sh @@ -38,10 +38,11 @@ isHeader() { echo "" } -echo " ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ +echo " + ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ ║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│ ╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘ - ‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔" + _▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁" echo "" isHeader "Regenerating Array Files" diff --git a/start.sh b/start.sh index c43732c..5b00988 100755 --- a/start.sh +++ b/start.sh @@ -12,10 +12,11 @@ initial_command7="$7" displayLibrePortalLogo() { [[ "$LIBREPORTAL_SKIP_LOGO" == "1" ]] && return - echo " ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ + echo " + ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬ ║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│ ╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘ - ‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔" + _▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁" echo "" }