]> Sergey Matveev's repositories - nnn.git/commitdiff
Changed the notify-send message
authorjuacq97 <juacq97@gmail.com>
Wed, 17 Apr 2019 02:58:56 +0000 (20:58 -0600)
committerjuacq97 <juacq97@gmail.com>
Wed, 17 Apr 2019 02:58:56 +0000 (20:58 -0600)
user-scripts/nwal
user-scripts/pywal

index d3ced3c3277696a56a46e7f54f5c96bc99c4fc91..a9ae62a349b31b621eb4fdf4eb93a006f07c4990 100755 (executable)
@@ -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
index 11719ac992114c5b8ca025c90c8c7e845fa8d062..7131104dfea1760c0d4d8662d2a86f78dee92986 100755 (executable)
@@ -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