From 2f04c87f40b2bfcb714f72857787734dc6f449a3 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Sun, 10 Dec 2023 13:37:48 +0100 Subject: [PATCH] Typos fixed --- .install/wallpaper.sh | 2 +- hypr/scripts/wallpaper.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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")