Final tweak. I hope so :)

This commit is contained in:
JaKooLit
2025-02-03 01:28:27 +09:00
parent 8995c47902
commit d3f0016158
16 changed files with 35 additions and 37 deletions

View File

@@ -34,7 +34,7 @@ if pacman -Qs hyprland >/dev/null; then
fi
# Hyprland
printf "${NOTE} Installing Hyprland .......\n"
printf "${NOTE} Installing ${BLUE}Hyprland packages${RESET} .......\n"
for HYPR in "${hypr[@]}"; do
install_package "$HYPR" "$LOG"
[ $? -ne 0 ] && {