aboutsummaryrefslogtreecommitdiffstats
path: root/user-scripts/pywal
diff options
context:
space:
mode:
authorGravatar juacq97 <juacq97@gmail.com>2019-04-16 20:58:56 -0600
committerGravatar juacq97 <juacq97@gmail.com>2019-04-16 20:58:56 -0600
commita80d6f18e219cc26a790c502670535682a98eeb1 (patch)
treed8add585cfbd13a9e2e71d5f84c30b3e1679ae8f /user-scripts/pywal
parent9a5bd47e4aa5ede5405d0cc2b23ddc52edeab0c5 (diff)
downloadnnn-a80d6f18e219cc26a790c502670535682a98eeb1.tar.gz
Changed the notify-send message
Diffstat (limited to 'user-scripts/pywal')
-rwxr-xr-xuser-scripts/pywal2
1 files changed, 1 insertions, 1 deletions
diff --git a/user-scripts/pywal b/user-scripts/pywal
index 11719ac..7131104 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