mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Changed the notify-send message
This commit is contained in:
parent
9a5bd47e4a
commit
a80d6f18e2
|
@ -10,6 +10,6 @@ if ! [ -z "$1" ]; then
|
||||||
nitrogen --set-zoom-fill --save $1
|
nitrogen --set-zoom-fill --save $1
|
||||||
# notify-send -a "nnn" "Wallpaper changed!"
|
# notify-send -a "nnn" "Wallpaper changed!"
|
||||||
else
|
else
|
||||||
# notify-send -a "nnn" "You need to select a image"
|
# notify-send -a "nnn" "No image selected"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -10,6 +10,6 @@ if ! [ -z "$1" ]; then
|
||||||
wal -i $1
|
wal -i $1
|
||||||
# notify-send -a "nnn" "Wallpaper changed!"
|
# notify-send -a "nnn" "Wallpaper changed!"
|
||||||
else
|
else
|
||||||
# notify-send -a "nnn" "You need to select a image"
|
# notify-send -a "nnn" "No image selected"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue