#!/bin/bash

DIR="/home/camil/Dropbox/Photos/Wallpapers/active"

feh --bg-fill "$DIR/$(ls -1 "$DIR" | sort -R | head -1)"