style(branding): raise divider, extend to last glyph, drop top blank line
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 <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
This commit is contained in:
parent
d6b6b1ef8a
commit
77d9cf9809
5
init.sh
5
init.sh
@ -30,11 +30,10 @@ 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 ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -38,11 +38,10 @@ isHeader() {
|
|||||||
echo ""
|
echo ""
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "
|
echo " ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬
|
||||||
╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬
|
|
||||||
║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│
|
║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│
|
||||||
╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘
|
╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘
|
||||||
_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁"
|
‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
isHeader "Regenerating Array Files"
|
isHeader "Regenerating Array Files"
|
||||||
|
|||||||
5
start.sh
5
start.sh
@ -12,11 +12,10 @@ initial_command7="$7"
|
|||||||
displayLibrePortalLogo()
|
displayLibrePortalLogo()
|
||||||
{
|
{
|
||||||
[[ "$LIBREPORTAL_SKIP_LOGO" == "1" ]] && return
|
[[ "$LIBREPORTAL_SKIP_LOGO" == "1" ]] && return
|
||||||
echo "
|
echo " ╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬
|
||||||
╦ ┬┌┐ ┬─┐┌─┐ ╭─╮ ╔═╗┌─┐┬─┐┌┬┐┌─┐┬
|
|
||||||
║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│
|
║ │├┴┐├┬┘├┤ │◉│ ╠═╝│ │├┬┘ │ ├─┤│
|
||||||
╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘
|
╩═╝┴└─┘┴└─└─┘ ╨─╨ ╩ └─┘┴└─ ┴ ┴ ┴┴─┘
|
||||||
_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁_▁"
|
‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔‾▔"
|
||||||
echo ""
|
echo ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user