From 56b660e47aafa25d3bcfc27bf4511a329f9c9550 Mon Sep 17 00:00:00 2001 From: Daan Vanoverloop Date: Wed, 22 Sep 2021 16:47:05 +0200 Subject: [PATCH] setbg_wl --- Scripts/setbg_wl.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 Scripts/setbg_wl.sh 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" +