From 90837906cd1e0602748fcd653e9bc56fc350cd52 Mon Sep 17 00:00:00 2001 From: Frede Hundewadt Date: Wed, 26 Jul 2023 10:47:50 +0200 Subject: [PATCH] Update 'manjaro-plasma-wipe.sh' --- manjaro-plasma-wipe.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manjaro-plasma-wipe.sh b/manjaro-plasma-wipe.sh index 818dc83..0a3659f 100644 --- a/manjaro-plasma-wipe.sh +++ b/manjaro-plasma-wipe.sh @@ -6,10 +6,10 @@ if [[ $(whoami) == "root" ]] ; then fi echo -echo !----------------------------------------------------------------! -echo "This script will wipe ALL your Plasma settings" -echo "You cannot undo without having a backup..." -echo !----------------------------------------------------------------! +echo "!----------------------------------------------------------------!" +echo ":: This script will wipe ALL your Plasma settings" +echo ":: You cannot undo without having a backup..." +echo "!----------------------------------------------------------------!" read -p "Press ENTER to wipe Plasma settings (Ctrl+c to cancel)" @@ -26,9 +26,9 @@ rm -f plasma* rm -rf kde* akonadi* KDE kconf_updaterc baloo* dolphinrc drkonqirc gwenviewrc kmail2rc k*rc katemetainfos plasma-workspace echo "Done!" echo -echo !----------------------------------------------------------------! -echo "Restore Manjaro Default User Settings" -echo !----------------------------------------------------------------! +echo "!----------------------------------------------------------------!" +echo ":: Restore Manjaro Default User Settings" +echo "!----------------------------------------------------------------!" read -p "Press ENTER to restore Manjaro Default (Ctrl+c to cancel)"