From ef57fa9cdb24d5859ab0095f315e54113af4fd32 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 18 May 2025 19:33:19 +0200 Subject: [PATCH] testing new echo functions --- rofi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rofi.sh b/rofi.sh index df2e8db..c84e266 100644 --- a/rofi.sh +++ b/rofi.sh @@ -16,8 +16,8 @@ PACKAGE=rofi if command_exists "$PACKAGE"; then - echo_warning "$PACKAGE is already installed!" - echo_warning "Exiting now!" + echo "${RED}$PACKAGE ${BRIGHT_RED}is already installed!${NC}" + echo "${BOLD}${RED}Exiting now!${NC}" exit 69 fi