Update #475
This commit is contained in:
parent
ce402c0b1b
commit
1588c1140b
2 changed files with 8 additions and 4 deletions
10
install.sh
10
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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue