mirror of
https://github.com/arkorty/Scripts.git
synced 2026-05-07 10:02:22 +00:00
Update set-wall
This commit is contained in:
parent
5fb8c174c9
commit
cc8d126b2c
1 changed files with 1 additions and 1 deletions
2
set-wall
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue