X-Git-Url: https://git.sommitrealweird.co.uk/bpgallery.git/blobdiff_plain/7ef6a62b83bf172619e03032828d59be3afc1bba..45211626bfa6edab803ddb4a80a29c1fa2890c34:/bpgallery.sh diff --git a/bpgallery.sh b/bpgallery.sh index 8c186bb..1650485 100755 --- a/bpgallery.sh +++ b/bpgallery.sh @@ -150,7 +150,10 @@ if [[ -z ${BPGALLERY_THEME} ]]; then BPGALLERY_THEME=default fi -if [[ -e $HOME/.bpgallery.themes/${BPGALLERY_THEME} ]]; then +if [[ ! -z ${BPGALLERY_THEME_DIR} ]] && \ + [[ -e ${BPGALLERY_THEME_DIR}/${BPGALLERY_THEME} ]]; then + . ${BPGALLERY_THEME_DIR/${BPGALLERY_THEME} 2>/dev/null +elif [[ -e $HOME/.bpgallery.themes/${BPGALLERY_THEME} ]]; then . $HOME/.bpgallery.themes/${BPGALLERY_THEME} 2>/dev/null elif [[ -e /usr/local/etc/bpgallery/themes/${BPGALLERY_THEME} ]]; then . /usr/local/etc/bpgallery/themes/${BPGALLERY_THEME} 2>/dev/null