Makes background script use hsetroot

This commit is contained in:
Jonathan Hodgson 2022-02-07 12:32:42 +00:00
parent 58fe21a0c0
commit 3ce150f385

View file

@ -16,6 +16,10 @@ if [ -n "$WAYLAND_DISPLAY" ]; then
sleep 60
done
else
if [ -f /usr/bin/feh ]; then
/usr/bin/feh --bg-fill "$background"
else
/usr/bin/hsetroot -fill "$background"
fi
fi