diff options
Diffstat (limited to 'user-scripts/pywal')
-rwxr-xr-x | user-scripts/pywal | 2 |
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 |