testing new echo functions

This commit is contained in:
pika 2025-05-18 19:33:19 +02:00
parent 6bc6c66649
commit ef57fa9cdb

View file

@ -16,8 +16,8 @@
PACKAGE=rofi PACKAGE=rofi
if command_exists "$PACKAGE"; then if command_exists "$PACKAGE"; then
echo_warning "$PACKAGE is already installed!" echo "${RED}$PACKAGE ${BRIGHT_RED}is already installed!${NC}"
echo_warning "Exiting now!" echo "${BOLD}${RED}Exiting now!${NC}"
exit 69 exit 69
fi fi