dotfiles/Scripts/setbg_wl.sh

9 lines
158 B
Bash
Executable File

#!/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"