setbg_wl
This commit is contained in:
parent
8696566273
commit
56b660e47a
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
DIR="/home/daan/Pictures/wallpapers/"
|
||||
FILE=$(ls $DIR | shuf -n 1)
|
||||
swaybg -i "$DIR/$FILE" -m fill
|
||||
#feh --bg-fill "$DIR/$FILE"
|
||||
#wal -i "$DIR/$FILE"
|
||||
|
Loading…
Reference in New Issue