some color coding added
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
30
install.sh
30
install.sh
@@ -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
|
||||||
@@ -377,61 +377,61 @@ for option in "${options[@]}"; do
|
|||||||
whiptail --title "Error" --msgbox "One of the following login services is running:\n$active_list\n\nPlease stop & disable it or DO not choose SDDM." 12 60
|
whiptail --title "Error" --msgbox "One of the following login services is running:\n$active_list\n\nPlease stop & disable it or DO not choose SDDM." 12 60
|
||||||
exec "$0"
|
exec "$0"
|
||||||
else
|
else
|
||||||
echo "${INFO}Installing and configuring ${SKY_BLUE}SDDM...${RESET}" | tee -a "$LOG"
|
echo "${INFO} Installing and configuring ${SKY_BLUE}SDDM...${RESET}" | tee -a "$LOG"
|
||||||
execute_script "sddm.sh"
|
execute_script "sddm.sh"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
nvidia)
|
nvidia)
|
||||||
echo "${INFO}Configuring ${SKY_BLUE}nvidia stuff${RESET}" | tee -a "$LOG"
|
echo "${INFO} Configuring ${SKY_BLUE}nvidia stuff${RESET}" | tee -a "$LOG"
|
||||||
execute_script "nvidia.sh"
|
execute_script "nvidia.sh"
|
||||||
;;
|
;;
|
||||||
nouveau)
|
nouveau)
|
||||||
echo "${INFO}blacklisting ${SKY_BLUE}nouveau${RESET}"
|
echo "${INFO} blacklisting ${SKY_BLUE}nouveau${RESET}"
|
||||||
execute_script "nvidia_nouveau.sh" | tee -a "$LOG"
|
execute_script "nvidia_nouveau.sh" | tee -a "$LOG"
|
||||||
;;
|
;;
|
||||||
gtk_themes)
|
gtk_themes)
|
||||||
echo "${INFO}Installing ${SKY_BLUE}GTK themes...${RESET}" | tee -a "$LOG"
|
echo "${INFO} Installing ${SKY_BLUE}GTK themes...${RESET}" | tee -a "$LOG"
|
||||||
execute_script "gtk_themes.sh"
|
execute_script "gtk_themes.sh"
|
||||||
;;
|
;;
|
||||||
input_group)
|
input_group)
|
||||||
echo "${INFO}Adding user into ${SKY_BLUE}input group...${RESET}" | tee -a "$LOG"
|
echo "${INFO} Adding user into ${SKY_BLUE}input group...${RESET}" | tee -a "$LOG"
|
||||||
execute_script "InputGroup.sh"
|
execute_script "InputGroup.sh"
|
||||||
;;
|
;;
|
||||||
ags)
|
ags)
|
||||||
echo "${INFO}Installing ${SKY_BLUE}AGS v1 for Desktop Overview...${RESET}" | tee -a "$LOG"
|
echo "${INFO} Installing ${SKY_BLUE}AGS v1 for Desktop Overview...${RESET}" | tee -a "$LOG"
|
||||||
execute_script "ags.sh"
|
execute_script "ags.sh"
|
||||||
;;
|
;;
|
||||||
xdph)
|
xdph)
|
||||||
echo "${INFO}Installing ${SKY_BLUE}xdg-desktop-portal-hyprland...${RESET}" | tee -a "$LOG"
|
echo "${INFO} Installing ${SKY_BLUE}xdg-desktop-portal-hyprland...${RESET}" | tee -a "$LOG"
|
||||||
execute_script "xdph.sh"
|
execute_script "xdph.sh"
|
||||||
;;
|
;;
|
||||||
bluetooth)
|
bluetooth)
|
||||||
echo "${INFO}Configuring ${SKY_BLUE}Bluetooth...${RESET}" | tee -a "$LOG"
|
echo "${INFO} Configuring ${SKY_BLUE}Bluetooth...${RESET}" | tee -a "$LOG"
|
||||||
execute_script "bluetooth.sh"
|
execute_script "bluetooth.sh"
|
||||||
;;
|
;;
|
||||||
thunar)
|
thunar)
|
||||||
echo "${INFO}Installing ${SKY_BLUE}Thunar file manager...${RESET}" | tee -a "$LOG"
|
echo "${INFO} Installing ${SKY_BLUE}Thunar file manager...${RESET}" | tee -a "$LOG"
|
||||||
execute_script "thunar.sh"
|
execute_script "thunar.sh"
|
||||||
execute_script "thunar_default.sh"
|
execute_script "thunar_default.sh"
|
||||||
;;
|
;;
|
||||||
sddm_theme)
|
sddm_theme)
|
||||||
echo "${INFO}Downloading & Installing ${SKY_BLUE}Additional SDDM theme...${RESET}" | tee -a "$LOG"
|
echo "${INFO} Downloading & Installing ${SKY_BLUE}Additional SDDM theme...${RESET}" | tee -a "$LOG"
|
||||||
execute_script "sddm_theme.sh"
|
execute_script "sddm_theme.sh"
|
||||||
;;
|
;;
|
||||||
zsh)
|
zsh)
|
||||||
echo "${INFO}Installing ${SKY_BLUE}zsh with Oh-My-Zsh...${RESET}" | tee -a "$LOG"
|
echo "${INFO} Installing ${SKY_BLUE}zsh with Oh-My-Zsh...${RESET}" | tee -a "$LOG"
|
||||||
execute_script "zsh.sh"
|
execute_script "zsh.sh"
|
||||||
;;
|
;;
|
||||||
pokemon)
|
pokemon)
|
||||||
echo "${INFO}Adding ${SKY_BLUE}Pokemon color scripts to terminal...${RESET}" | tee -a "$LOG"
|
echo "${INFO} Adding ${SKY_BLUE}Pokemon color scripts to terminal...${RESET}" | tee -a "$LOG"
|
||||||
execute_script "zsh_pokemon.sh"
|
execute_script "zsh_pokemon.sh"
|
||||||
;;
|
;;
|
||||||
rog)
|
rog)
|
||||||
echo "${INFO}Installing ${SKY_BLUE}ROG laptop packages...${RESET}" | tee -a "$LOG"
|
echo "${INFO} Installing ${SKY_BLUE}ROG laptop packages...${RESET}" | tee -a "$LOG"
|
||||||
execute_script "rog.sh"
|
execute_script "rog.sh"
|
||||||
;;
|
;;
|
||||||
dots)
|
dots)
|
||||||
echo "${INFO}Installing pre-configured ${SKY_BLUE}KooL Hyprland dotfiles...${RESET}" | tee -a "$LOG"
|
echo "${INFO} Installing pre-configured ${SKY_BLUE}KooL Hyprland dotfiles...${RESET}" | tee -a "$LOG"
|
||||||
execute_script "dotfiles-main.sh"
|
execute_script "dotfiles-main.sh"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user