show-pulpit-in 252 B

12345678
  1. #!/bin/sh
  2. while true; do
  3. mpv "$(~/.local/bin/get-pulpit-device)" --no-cache --untimed \
  4. --no-demuxer-thread --video-sync=audio --vd-lavc-threads=1 \
  5. --no-resume-playback --title="pulpit_in" --fs --hwdec=auto
  6. sleep 0.1
  7. done