summaryrefslogtreecommitdiff
path: root/addons/x11infoscreen/usr/local/bin/launch-feh
blob: 7e2126a248bdc5b77ee0b4d5e5f84d5d2b0e0c88 (plain)
  1. #!/usr/bin/launchtool -C
  2. tag = feh
  3. #command = DISPLAY=:0 feh --full-screen --slideshow-delay 15 /var/lib/infoscreen/*.png; exit 0
  4. command = export DISPLAY=:0; /usr/local/bin/xset s reset; /usr/local/bin/xset s off; for file in `find /var/lib/infoscreen -name '*.png'`; do feh --rcfile /dev/null --bg-scale $file; sleep 15; done; exit 0
  5. daemon = yes
  6. stats = yes
  7. #user = myserver
  8. #root dir = /tmp
  9. #process count limit = 5
  10. #open files limit = 10
  11. wait times = 1,1,1,3,3,3,10,10,10
  12. infinite runs = yes
  13. launchtool output = syslog:feh,LOG_DAEMON,LOG_INFO
  14. launchtool errors = syslog:feh,LOG_DAEMON,LOG_ERR
  15. command output = syslog:feh,LOG_DAEMON,LOG_INFO
  16. command errors = syslog:feh,LOG_DAEMON,LOG_ERR
  17. silent restart time = 5
  18. silent restart status = 0