Update 'manjaro-plasma-wipe.sh'

This commit is contained in:
root 2023-07-26 10:47:50 +02:00
parent e33630d5cc
commit 90837906cd

View file

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