Update message
This commit is contained in:
parent
704068c47a
commit
976ec51f33
|
@ -39,6 +39,6 @@ sleep 1
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Send notification
|
# Send notification
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
notify-send "Theme and Wallpaper updated" "With image $newwall"
|
notify-send "Colors and Wallpaper updated" "with image $newwall"
|
||||||
|
|
||||||
echo "DONE!"
|
echo "DONE!"
|
||||||
|
|
|
@ -36,6 +36,6 @@ sleep 1
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Send notification
|
# Send notification
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
notify-send "Theme and Wallpaper updated" "With image $newwall"
|
notify-send "Colors and Wallpaper updated" "with image $newwall"
|
||||||
|
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
|
|
@ -44,7 +44,7 @@ if [ "$selected" ]; then
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Send notification
|
# Send notification
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
notify-send "Theme and Wallpaper updated" "With image $newwall"
|
notify-send "Colors and Wallpaper updated" "with image $newwall"
|
||||||
|
|
||||||
echo "Done."
|
echo "Done."
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -31,7 +31,7 @@ if [ "$selected" ]; then
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
# Send notification
|
# Send notification
|
||||||
notify-send "Theme and Wallpaper updated" "With image $newwall"
|
notify-send "Colors and Wallpaper updated" "with image $newwall"
|
||||||
|
|
||||||
echo "Done."
|
echo "Done."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user