diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 886ace7..d9dca88 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,8 @@ ## CHANGELOGS +## 11 March 2025 +- Added uninstall script + ## 10 March 2025 - Dropped pyprland in favor of hyprland built in tool for a drop down like terminal and Desktop magnifier diff --git a/uninstall.sh b/uninstall.sh index 8e96beb..71c5512 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -254,5 +254,6 @@ printf "\n%s${SKY_BLUE}Attempting to remove selected directories${RESET}\n" "${N remove_directories /tmp/selected_directories.txt printf "\n%.0s" {1..1} -echo "$INFO Uninstall process completed. You can now reboot or logout" +echo -e "$MAGENTA Hyprland and related components have been uninstalled.$RESET" +echo -e "$YELLOW It is recommended to reboot your system now.$RESET" printf "\n%.0s" {1..1} \ No newline at end of file