diff --git a/scripts/updatewal-swww.sh b/scripts/updatewal-swww.sh index b300b57..c42d063 100755 --- a/scripts/updatewal-swww.sh +++ b/scripts/updatewal-swww.sh @@ -39,6 +39,6 @@ sleep 1 # ----------------------------------------------------- # Send notification # ----------------------------------------------------- -notify-send "Theme and Wallpaper updated" "With image $newwall" +notify-send "Colors and Wallpaper updated" "with image $newwall" echo "DONE!" diff --git a/scripts/updatewal.sh b/scripts/updatewal.sh index 6d8a17c..4c8e670 100755 --- a/scripts/updatewal.sh +++ b/scripts/updatewal.sh @@ -36,6 +36,6 @@ sleep 1 # ----------------------------------------------------- # Send notification # ----------------------------------------------------- -notify-send "Theme and Wallpaper updated" "With image $newwall" +notify-send "Colors and Wallpaper updated" "with image $newwall" echo "Done." diff --git a/scripts/wallpaper-swww.sh b/scripts/wallpaper-swww.sh index f5587f9..83b20ac 100755 --- a/scripts/wallpaper-swww.sh +++ b/scripts/wallpaper-swww.sh @@ -44,7 +44,7 @@ if [ "$selected" ]; then # ----------------------------------------------------- # Send notification # ----------------------------------------------------- - notify-send "Theme and Wallpaper updated" "With image $newwall" + notify-send "Colors and Wallpaper updated" "with image $newwall" echo "Done." fi diff --git a/scripts/wallpaper.sh b/scripts/wallpaper.sh index b5a3782..2dc5477 100755 --- a/scripts/wallpaper.sh +++ b/scripts/wallpaper.sh @@ -31,7 +31,7 @@ if [ "$selected" ]; then sleep 1 # Send notification - notify-send "Theme and Wallpaper updated" "With image $newwall" + notify-send "Colors and Wallpaper updated" "with image $newwall" echo "Done." fi