Typos fixed
This commit is contained in:
parent
2efc8f4750
commit
2f04c87f40
|
@ -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
|
||||||
|
|
|
@ -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")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user