diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-13 20:59:30 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-13 20:59:30 +0900 |
| commit | 4dcf1e307cdbefbcc3c00b7812c7c56a25380f6f (patch) | |
| tree | 5c513e50f85b3954e49a0ff2cf368fdce2a0c66e | |
| parent | ea9faf8d25fed76c32bb667430c6dfd7dfaff729 (diff) | |
updated copy.sh highlighting about restoring old configs
| -rwxr-xr-x | copy.sh | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -715,9 +715,17 @@ if [ -z "$BACKUP_DIR" ]; then fi if [ -d "$BACKUP_DIR_PATH" ]; then - echo -e "${NOTE} Restoring previous ${MAGENTA}User-Configs${RESET}... " - echo -e "${WARN} ${WARNING}If you decide to restore the old configs, make sure to handle the updates or changes manually${RESET}." - echo -e "${INFO} Kindly Visit and check KooL's Hyprland-Dots GitHub page for the history of commits." + echo -e "${NOTE} Restoring previous ${MAGENTA}User-Configs${RESET}... " + print_color $WARNING " + █▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█ + NOTES for RESTORING PREVIOUS CONFIGS + █▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█ + + If you decide to restore your old configs, make sure to + handle the updates or changes manually !!! + " + echo -e "${MAGENTA}Kindly Visit and check KooL's Hyprland-Dots GitHub page for the history of commits.${RESET}" + for FILE_NAME in "${FILES_TO_RESTORE[@]}"; do BACKUP_FILE="$BACKUP_DIR_PATH/$FILE_NAME" |
