mirror of
https://github.com/arkorty/Scripts.git
synced 2026-03-18 01:07:10 +00:00
Update set-wall
This commit is contained in:
2
set-wall
2
set-wall
@@ -12,7 +12,7 @@ PROG=feh # program
|
|||||||
NOTIPROG=dunstify # program
|
NOTIPROG=dunstify # program
|
||||||
FLAGS=--bg-fill # program flags
|
FLAGS=--bg-fill # program flags
|
||||||
WALL=$1 # original image
|
WALL=$1 # original image
|
||||||
REST=$HOME/.bg # duplicate image
|
REST=$HOME/.wall # duplicate image
|
||||||
|
|
||||||
cp "$WALL" "$REST" # make a copy
|
cp "$WALL" "$REST" # make a copy
|
||||||
"$PROG" "$FLAGS" "$REST" # set background
|
"$PROG" "$FLAGS" "$REST" # set background
|
||||||
|
|||||||
Reference in New Issue
Block a user