#!/bin/sh DIR="/home/daan/Pictures/wallpapers/" FILE=$(ls $DIR | shuf -n 1) feh --bg-fill "$DIR/$FILE" #wal -i "$DIR/$FILE"