diff --git a/.install/wallpaper.sh b/.install/wallpaper.sh index a0bce80..96cdc3a 100644 --- a/.install/wallpaper.sh +++ b/.install/wallpaper.sh @@ -23,7 +23,7 @@ if [ ! -d ~/wallpaper ]; then mkdir ~/wallpaper fi cp ~/Downloads/wallpaper-main/* ~/wallpaper/ - echo "Wallpapers frpm the repository installed successfully." + echo "Wallpapers from the repository installed successfully." elif [ $? -eq 130 ]; then exit 130 else diff --git a/hypr/scripts/wallpaper.sh b/hypr/scripts/wallpaper.sh index 316b726..b2f3137 100755 --- a/hypr/scripts/wallpaper.sh +++ b/hypr/scripts/wallpaper.sh @@ -49,7 +49,7 @@ echo "Wallpaper: $wallpaper" cp $wallpaper ~/.cache/current_wallpaper.jpg # ----------------------------------------------------- -# get wallpaper iamge name +# get wallpaper image name # ----------------------------------------------------- newwall=$(echo $wallpaper | sed "s|$HOME/wallpaper/||g")