Typos fixed

This commit is contained in:
Stephan Raabe 2023-12-10 13:37:48 +01:00
parent 2efc8f4750
commit 2f04c87f40
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ if [ ! -d ~/wallpaper ]; then
mkdir ~/wallpaper mkdir ~/wallpaper
fi fi
cp ~/Downloads/wallpaper-main/* ~/wallpaper/ cp ~/Downloads/wallpaper-main/* ~/wallpaper/
echo "Wallpapers frpm the repository installed successfully." echo "Wallpapers from the repository installed successfully."
elif [ $? -eq 130 ]; then elif [ $? -eq 130 ]; then
exit 130 exit 130
else else

View File

@ -49,7 +49,7 @@ echo "Wallpaper: $wallpaper"
cp $wallpaper ~/.cache/current_wallpaper.jpg cp $wallpaper ~/.cache/current_wallpaper.jpg
# ----------------------------------------------------- # -----------------------------------------------------
# get wallpaper iamge name # get wallpaper image name
# ----------------------------------------------------- # -----------------------------------------------------
newwall=$(echo $wallpaper | sed "s|$HOME/wallpaper/||g") newwall=$(echo $wallpaper | sed "s|$HOME/wallpaper/||g")