color coding tweak
This commit is contained in:
22
install.sh
22
install.sh
@@ -178,27 +178,27 @@ execute_script() {
|
|||||||
|
|
||||||
# Collect user responses to all questions
|
# Collect user responses to all questions
|
||||||
printf "\n"
|
printf "\n"
|
||||||
ask_custom_option "-Type AUR helper" "paru or yay" aur_helper
|
ask_custom_option "-Type AUR helper ${YELLOW}paru or yay${RESET}" aur_helper
|
||||||
printf "\n"
|
printf "\n"
|
||||||
ask_yes_no "-Do you have any nvidia gpu in your system?" nvidia
|
ask_yes_no "-Do you have any ${YELLOW}nvidia${RESET} gpu in your system?" nvidia
|
||||||
printf "\n"
|
printf "\n"
|
||||||
ask_yes_no "-Install GTK themes (required for Dark/Light function)?" gtk_themes
|
ask_yes_no "-Install ${YELLOW}GTK themes${RESET} (required for Dark/Light function)?" gtk_themes
|
||||||
printf "\n"
|
printf "\n"
|
||||||
ask_yes_no "-Do you want to configure Bluetooth?" bluetooth
|
ask_yes_no "-Do you want to configure ${YELLOW}Bluetooth${RESET} ?" bluetooth
|
||||||
printf "\n"
|
printf "\n"
|
||||||
ask_yes_no "-Do you want to install Thunar file manager?" thunar
|
ask_yes_no "-Do you want to install ${YELLOW}Thunar file manager${RESET} ?" thunar
|
||||||
printf "\n"
|
printf "\n"
|
||||||
ask_yes_no "-Install AGS (aylur's gtk shell) v1 for Desktop Like Overview?" ags
|
ask_yes_no "-Install ${YELLOW}AGS (aylur's gtk shell) v1${RESET} for Desktop Like Overview?" ags
|
||||||
printf "\n"
|
printf "\n"
|
||||||
ask_yes_no "-Install & configure SDDM log-in Manager plus (OPTIONAL) SDDM Theme?" sddm
|
ask_yes_no "-Install & configure ${YELLOW}SDDM${RESET} log-in Manager plus (OPTIONAL) SDDM Theme?" sddm
|
||||||
printf "\n"
|
printf "\n"
|
||||||
ask_yes_no "-Install XDG-DESKTOP-PORTAL-HYPRLAND? (For proper Screen Share ie OBS)" xdph
|
ask_yes_no "-Install ${YELLOW}XDG-DESKTOP-PORTAL-HYPRLAND${RESET}? (For proper Screen Share ie OBS)" xdph
|
||||||
printf "\n"
|
printf "\n"
|
||||||
ask_yes_no "-Install zsh, oh-my-zsh & (Optional) pokemon-colorscripts?" zsh
|
ask_yes_no "-Install ${YELLOW}zsh${RESET}, ${YELLOW}oh-my-zsh${RESET} & (Optional) ${YELLOW}pokemon-colorscripts${RESET}?" zsh
|
||||||
printf "\n"
|
printf "\n"
|
||||||
ask_yes_no "-Installing in a Asus ROG Laptops?" rog
|
ask_yes_no "-Installing in a ${YELLOW}Asus ROG Laptops${RESET}?" rog
|
||||||
printf "\n"
|
printf "\n"
|
||||||
ask_yes_no "-Do you want to download pre-configured Hyprland dotfiles?" dots
|
ask_yes_no "-Do you want to download pre-configured ${YELLOW}KooL Hyprland dotfiles${RESET}?" dots
|
||||||
printf "\n"
|
printf "\n"
|
||||||
|
|
||||||
# Ensuring all in the scripts folder are made executable
|
# Ensuring all in the scripts folder are made executable
|
||||||
|
|||||||
Reference in New Issue
Block a user