added multi monitor support in set-bg

This commit is contained in:
Niklas 2020-07-12 17:59:34 +02:00
parent 29a445f3f6
commit 5c9a310632

View File

@ -11,7 +11,7 @@ SCRIPTPATH=$(dirname "$SCRIPT")
LAST_BG_LOCATION="$XDG_CACHE_HOME/last-bg"
feh --bg-scale $1
feh --no-fehbg --bg-fill $@
rm -f "$LAST_BG_LOCATION"
ln -s $1 $(realpath "$LAST_BG_LOCATION")