some color coding added

This commit is contained in:
JaKooLit
2025-03-07 13:24:53 +09:00
parent 30fb2d1814
commit 36b0732056
2 changed files with 16 additions and 16 deletions

View File

@@ -119,7 +119,7 @@ fi
printf "\n%.0s" {1..1} printf "\n%.0s" {1..1}
# Installation of main components # Installation of main components
printf "\n%s - Installing ${SKY_BLUE}KooL's hyprland necessary packages${RESET} .... \n" "${NOTE}" printf "\n%s - Installing ${SKY_BLUE}KooL's Hyprland necessary packages${RESET} .... \n" "${NOTE}"
for PKG1 in "${hypr_package[@]}" "${hypr_package_2[@]}" "${Extra[@]}"; do for PKG1 in "${hypr_package[@]}" "${hypr_package_2[@]}" "${Extra[@]}"; do
install_package "$PKG1" "$LOG" install_package "$PKG1" "$LOG"

View File

@@ -315,7 +315,7 @@ while true; do
for option in "${options[@]}"; do for option in "${options[@]}"; do
confirm_message+=" - $option\n" confirm_message+=" - $option\n"
done done
confirm_message+="\n😀 Are you happy with these choices?" confirm_message+="\nAre you happy with these choices?"
# Confirmation prompt # Confirmation prompt
if ! whiptail --title "Confirm Your Choices" --yesno "$(printf "%s" "$confirm_message")" 25 80; then if ! whiptail --title "Confirm Your Choices" --yesno "$(printf "%s" "$confirm_message")" 25 80; then