From 689e7ae93252cc62dd27c4da260044e4e938095f Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 30 Jun 2025 09:13:00 +0200 Subject: [PATCH] Update core.func --- misc/core.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"