#!/bin/sh

#only call if script is there
command -v /home/aiden/sddm-random-background.sh >/dev/null || exit 0

exec /home/aiden/sddm-random-background.sh
