Update core.func

This commit is contained in:
CanbiZ 2025-06-20 14:55:33 +02:00
parent 38b499837f
commit ef5ba35ded

View File

@ -195,6 +195,8 @@ icons() {
CREATING="${TAB}🚀${TAB}${CL}" CREATING="${TAB}🚀${TAB}${CL}"
ADVANCED="${TAB}🧩${TAB}${CL}" ADVANCED="${TAB}🧩${TAB}${CL}"
FUSE="${TAB}🗂️${TAB}${CL}" FUSE="${TAB}🗂️${TAB}${CL}"
HOURGLASS="${TAB}⏳${TAB}${CL}"
} }
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
@ -446,7 +448,7 @@ msg_info() {
if [[ "${VERBOSE:-no}" == "no" && -t 2 ]]; then if [[ "${VERBOSE:-no}" == "no" && -t 2 ]]; then
start_spinner "$msg" start_spinner "$msg"
else else
printf "\r\e[2K%s %b"${TAB}"" "⏳" "${YW}${msg}${CL}" >&2 printf "\r\e[2K%s %b\n" "$HOURGLASS" "${YW}${msg}${CL}" >&2
fi fi
} }