diff --git a/Scripts/setbg_wl.sh b/Scripts/setbg_wl.sh new file mode 100755 index 0000000..e454af8 --- /dev/null +++ b/Scripts/setbg_wl.sh @@ -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" +