From 7b5c96dc5ed91eef106918f0ec99701ad8574948 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 31 Jan 2025 23:36:37 +0900 Subject: updated some color coding. Will probably tweak more later --- upgrade.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'upgrade.sh') diff --git a/upgrade.sh b/upgrade.sh index a094a58a..687ba69f 100755 --- a/upgrade.sh +++ b/upgrade.sh @@ -10,7 +10,8 @@ ERROR="$(tput setaf 1)[ERROR]$(tput sgr0)" NOTE="$(tput setaf 3)[NOTE]$(tput sgr0)" WARN="$(tput setaf 1)[WARN]$(tput sgr0)" CAT="$(tput setaf 6)[ACTION]$(tput sgr0)" -ORANGE=$(tput setaf 5) +MAGENTA=$(tput setaf 5) +WARNING=$(tput setaf 1) YELLOW=$(tput setaf 3) RESET=$(tput sgr0) @@ -146,7 +147,7 @@ if version_gt "$latest_version" "$stored_version"; then chmod +x ~/.config/hypr/initial-boot.sh 2>&1 | tee -a "$LOG" else - echo "$ORANGE Upgrade declined. No files or folders changed" 2>&1 | tee -a "$LOG" + echo "$MAGENTA Upgrade declined. No files or folders changed" 2>&1 | tee -a "$LOG" fi else echo "$OK No upgrade found. The installed version ($stored_version) is up to date with the Hyprland-Dots version ($latest_version)." 2>&1 | tee -a "$LOG" -- cgit v1.2.3