diff --git a/.local/share/scripts/set-bg.sh b/.local/share/scripts/set-bg.sh index 94cf85c..566a946 100755 --- a/.local/share/scripts/set-bg.sh +++ b/.local/share/scripts/set-bg.sh @@ -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")