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