This commit is contained in:
MacRimi 2025-02-21 20:25:16 +01:00
parent 7f0a5908d7
commit 6d896ffb5d
3 changed files with 4 additions and 1 deletions

BIN
images/main.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 KiB

View File

@ -45,6 +45,7 @@ GN="\033[1;92m"
RD="\033[01;31m" RD="\033[01;31m"
CL="\033[m" CL="\033[m"
BL="\033[36m" BL="\033[36m"
PP="\033[38;2;59;50;106m"
BOLD="\033[1m" BOLD="\033[1m"
BFR="\\r\\033[K" BFR="\\r\\033[K"
HOLD="-" HOLD="-"
@ -103,7 +104,8 @@ msg_info() {
# Display info2 message # Display info2 message
msg_info2() { msg_info2() {
local msg="$1" local msg="$1"
echo -e "${TAB}${BOLD}${YW}${HOLD}${msg}${CL}" echo -e "${TAB}${BOLD}${PP}${HOLD}${msg}${CL}"
echo -e ""
} }
# Display success message # Display success message
@ -114,6 +116,7 @@ msg_success() {
printf "\e[?25h" printf "\e[?25h"
local msg="$1" local msg="$1"
echo -e "${TAB}${BOLD}${BL}${HOLD}${msg}${CL}" echo -e "${TAB}${BOLD}${BL}${HOLD}${msg}${CL}"
echo -e ""
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 739 KiB

After

Width:  |  Height:  |  Size: 588 KiB