This commit is contained in:
Marc Beninca 2024-08-26 15:01:45 +02:00
parent 24fc9ca044
commit 54d86066e8
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -70,7 +70,7 @@ _spcd_banner_add() {
_spcd_fill "${spcd_ba__length}" "${SPCD_BANNER_HORIZONTAL}" _spcd_fill "${spcd_ba__length}" "${SPCD_BANNER_HORIZONTAL}"
)" )"
if [ -n "${SPCD_BANNER_MIDDLE}" ]; then if [ -n "${SPCD_BANNER_MIDDLE}" ]; then
spcd_banner_split _spcd_banner_split
else else
spcd_banner_open spcd_banner_open
fi fi
@ -142,7 +142,7 @@ _spcd_banner_shut() {
"${SPCD_BANNER_UP_AND_LEFT}" "${SPCD_BANNER_UP_AND_LEFT}"
} }
spcd_banner_split() { _spcd_banner_split() {
_spcd_banner_append \ _spcd_banner_append \
"${SPCD_BANNER_DOWN_AND_HORIZONTAL}" \ "${SPCD_BANNER_DOWN_AND_HORIZONTAL}" \
"${SPCD_BANNER_VERTICAL}" \ "${SPCD_BANNER_VERTICAL}" \