diff --git a/install-scripts/swww.sh b/install-scripts/swww.sh index 75e5517..e08c891 100755 --- a/install-scripts/swww.sh +++ b/install-scripts/swww.sh @@ -10,7 +10,7 @@ if command -v swww &>/dev/null; then exit 0 fi else - echo -e "${ERROR} ${MAGENTA}swww${RESET} is not installed. Proceeding with installation." + echo -e "${NOTE} ${MAGENTA}swww${RESET} is not installed. Proceeding with installation." fi diff --git a/install-scripts/thunar.sh b/install-scripts/thunar.sh index 17d72bd..7991993 100755 --- a/install-scripts/thunar.sh +++ b/install-scripts/thunar.sh @@ -46,7 +46,7 @@ while true; do [Yy]*) xdg-mime default thunar.desktop inode/directory xdg-mime default thunar.desktop application/x-wayland-gnome-saved-search - echo "${INFO} ${MAGENTA}Thunar${RESET} has been set as the default file manager." | tee -a "$LOG" + echo "${OK} ${MAGENTA}Thunar${RESET} is now set as the default file manager." | tee -a "$LOG" break ;; [Nn]*)