diff --git a/misc/core.func b/misc/core.func index fbd52dcd..e70db260 100644 --- a/misc/core.func +++ b/misc/core.func @@ -438,7 +438,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}"