Update message
This commit is contained in:
parent
704068c47a
commit
976ec51f33
|
@ -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!"
|
||||
|
|
|
@ -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."
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user