Makes background script use hsetroot

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

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

Loading…
Cancel
Save