diff --git a/set-wall b/set-wall index 6e03000..6d4764c 100755 --- a/set-wall +++ b/set-wall @@ -12,7 +12,7 @@ PROG=feh # program NOTIPROG=dunstify # program FLAGS=--bg-fill # program flags WALL=$1 # original image -REST=$HOME/.bg # duplicate image +REST=$HOME/.wall # duplicate image cp "$WALL" "$REST" # make a copy "$PROG" "$FLAGS" "$REST" # set background