From: juacq97 Date: Wed, 17 Apr 2019 02:58:56 +0000 (-0600) Subject: Changed the notify-send message X-Git-Tag: v2.5~101^2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=a80d6f18e219cc26a790c502670535682a98eeb1;p=nnn.git Changed the notify-send message --- diff --git a/user-scripts/nwal b/user-scripts/nwal index d3ced3c3..a9ae62a3 100755 --- a/user-scripts/nwal +++ b/user-scripts/nwal @@ -10,6 +10,6 @@ if ! [ -z "$1" ]; then nitrogen --set-zoom-fill --save $1 # notify-send -a "nnn" "Wallpaper changed!" else -# notify-send -a "nnn" "You need to select a image" +# notify-send -a "nnn" "No image selected" fi fi diff --git a/user-scripts/pywal b/user-scripts/pywal index 11719ac9..7131104d 100755 --- a/user-scripts/pywal +++ b/user-scripts/pywal @@ -10,6 +10,6 @@ if ! [ -z "$1" ]; then wal -i $1 # notify-send -a "nnn" "Wallpaper changed!" else -# notify-send -a "nnn" "You need to select a image" +# notify-send -a "nnn" "No image selected" fi fi