dotfiles/Scripts/setbg_wl.sh

9 lines
158 B
Bash
Raw Normal View History

2021-09-22 16:47:05 +02:00
#!/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"