Update message

This commit is contained in:
Stephan Raabe 2023-09-20 13:56:57 +02:00
parent 704068c47a
commit 976ec51f33
4 changed files with 4 additions and 4 deletions

View File

@ -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!"

View File

@ -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."

View File

@ -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

View File

@ -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