some color coding added
This commit is contained in:
@@ -119,7 +119,7 @@ fi
|
||||
printf "\n%.0s" {1..1}
|
||||
|
||||
# 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
|
||||
install_package "$PKG1" "$LOG"
|
||||
|
||||
@@ -315,7 +315,7 @@ while true; do
|
||||
for option in "${options[@]}"; do
|
||||
confirm_message+=" - $option\n"
|
||||
done
|
||||
confirm_message+="\n😀 Are you happy with these choices?"
|
||||
confirm_message+="\nAre you happy with these choices?"
|
||||
|
||||
# Confirmation prompt
|
||||
if ! whiptail --title "Confirm Your Choices" --yesno "$(printf "%s" "$confirm_message")" 25 80; then
|
||||
|
||||
Reference in New Issue
Block a user