From d158b95283f57e0ea99582cbffed3dcefcbdbaa9 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 11 Mar 2025 14:47:24 +0900 Subject: [PATCH] Added uninstall script --- CHANGELOGS.md | 3 +++ uninstall.sh | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) 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