This commit is contained in:
Daan Vanoverloop 2021-09-22 16:47:05 +02:00
parent 8696566273
commit 56b660e47a
1 changed files with 8 additions and 0 deletions

8
Scripts/setbg_wl.sh Executable file
View File

@ -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"