Makes background script use hsetroot

Jonathan Hodgson 2 years ago
parent cd4e875fd1
commit 20d870fd5e
  1. 4
      systemd/HOME/.config/systemd/user/randomBackground

@ -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

Loading…
Cancel
Save