diff --git a/misc/core.func b/misc/core.func index 6ac773b3..9eb41c1e 100644 --- a/misc/core.func +++ b/misc/core.func @@ -443,7 +443,7 @@ fatal() { # } spinner() { - local chars="/-\|" i=0 + local chars="|/-\\·∙•°•∙·" i=0 printf "\e[?25l" while true; do printf "\r \e[36m%s\e[0m" "${chars:i++%${#chars}:1}"