From 9c1741e00dbec84d6fe72e0b9a56681509e670d4 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 3 Feb 2025 00:29:47 +0900 Subject: [PATCH] color coding tweak --- install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index bf26f33..bc1b4e8 100755 --- a/install.sh +++ b/install.sh @@ -53,16 +53,16 @@ echo " \_| (_| o |\ (_) (_) |_ | |_ " printf "\n%.0s" {1..2} # Welcome message -echo "$(tput setaf 6)Welcome to JaKooLit's Arch-Hyprland Install Script!$(tput sgr0)" +echo "${CAT}Welcome to JaKooLit's Arch-Hyprland Install Script!${RESET}" echo -echo "$(tput setaf 1)ATTENTION: Run a full system update and Reboot first!! (Highly Recommended) $(tput sgr0)" +echo "${WARN}ATTENTION: Run a full system update and Reboot first!! (Highly Recommended) ${RESET}" echo -echo "$(tput setaf 3)NOTE: You will be required to answer some questions during the installation! $(tput sgr0)" +echo "${INFO}NOTE: You will be required to answer some questions during the installation! ${RESET}" echo -echo "$(tput setaf 3)NOTE: If you are installing on a VM, ensure to enable 3D acceleration else Hyprland wont start! $(tput sgr0)" +echo "${INFO}NOTE: If you are installing on a VM, ensure to enable 3D acceleration else Hyprland wont start! ${RESET}" echo -read -p "${(tput setaf 6)}Would you like to proceed? (y/n): $(tput sgr0)" proceed +read -p "${CAT}Would you like to proceed? (y/n): ${RESET}" proceed printf "\n%.0s" {1..2}