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)"