aboutsummaryrefslogtreecommitdiffstats
path: root/user-scripts
diff options
context:
space:
mode:
Diffstat (limited to 'user-scripts')
-rwxr-xr-xuser-scripts/nwal2
-rwxr-xr-xuser-scripts/pywal2
2 files changed, 2 insertions, 2 deletions
diff --git a/user-scripts/nwal b/user-scripts/nwal
index d3ced3c..a9ae62a 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 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