aboutsummaryrefslogtreecommitdiffstats
path: root/upgrade.sh
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-01-31 23:36:37 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-01-31 23:37:00 +0900
commit7b5c96dc5ed91eef106918f0ec99701ad8574948 (patch)
tree64eadaf8c0fe3da9cb387b911d6cdd6698d15dcd /upgrade.sh
parent370e364607fd585c9a0cd85f77cffdf9ce4debc7 (diff)
updated some color coding.
Will probably tweak more later
Diffstat (limited to 'upgrade.sh')
-rwxr-xr-xupgrade.sh5
1 files changed, 3 insertions, 2 deletions
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"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage