Stops hsetroot distorting background

This commit is contained in:
Jonathan Hodgson 2022-02-20 14:41:04 +00:00
parent fc5e437dda
commit 05d3b44335

View file

@ -19,7 +19,7 @@ else
if [ -f /usr/bin/feh ]; then if [ -f /usr/bin/feh ]; then
/usr/bin/feh --bg-fill "$background" /usr/bin/feh --bg-fill "$background"
else else
/usr/bin/hsetroot -fill "$background" /usr/bin/hsetroot -cover "$background"
fi fi
fi fi