From 1588c1140be8313c67b6397614579d27a7d6c9aa Mon Sep 17 00:00:00 2001 From: Vince Date: Thu, 4 Nov 2021 09:55:52 +0800 Subject: [PATCH] Update #475 --- install.sh | 10 +++++++--- tweaks.sh | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index f5e88eb..9c05de1 100755 --- a/install.sh +++ b/install.sh @@ -124,10 +124,14 @@ finalize_argument_parsing #---------------------------START INSTALL THEMES-------------------------------# if [[ "${uninstall}" == 'true' ]]; then - prompt -i "Removing '${name}' themes in '${dest}'..." - prompt -w "REMOVAL: Non file-related parameters will be ignored."; echo + prompt -i "Removing '${name}' gtk themes in '${dest}'... \n" + prompt -w "REMOVAL: Non file-related parameters will be ignored. \n" remove_themes - prompt -s "Done! All '${name}' themes has been removed." + prompt -s "Done! All '${name}' gtk themes in has been removed. \n" + + if [[ -f "${MISC_GR_FILE}.bak" ]]; then + prompt -e "Find installed GDM theme, you need to run: 'sudo ./tweaks.sh -g -r' to remove it!" + fi else if [[ "${interactive}" == 'true' ]]; then show_panel_opacity_dialog; show_sidebar_size_dialog; show_nautilus_style_dialog diff --git a/tweaks.sh b/tweaks.sh index 32ffbab..6cdbd58 100755 --- a/tweaks.sh +++ b/tweaks.sh @@ -179,7 +179,7 @@ finalize_argument_parsing #---------------------------START INSTALL THEMES-------------------------------# if [[ "${uninstall}" == 'true' ]]; then - prompt -w "REMOVAL: Non file-related parameters will be ignored." + prompt -w "REMOVAL: Non file-related parameters will be ignored. \n" if [[ "${snap}" == 'true' ]]; then prompt -i "Disconnecting '${name}' theme from your installed snap apps... \n"