diff options
author | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-06-10 18:18:37 +0000 |
---|---|---|
committer | jonas <jonas@8f53b18a-e215-0410-8885-9f593d34873e> | 2006-06-10 18:18:37 +0000 |
commit | b6d85b04286d30498a11aaac36e75032b1e72801 (patch) | |
tree | 2fc597a2ae2cf69a5cc6b3e7162f02f89613b08d /addons/x11infoscreen/usr/local/bin/launch-feh | |
parent | 369cb1e5a343ec9e7c6f05de64f0eb102488d77f (diff) |
Added all work so far...
git-svn-id: svn+ssh://xayide/home/jonas/private_svn/fleshybrid/trunk@2 8f53b18a-e215-0410-8885-9f593d34873e
Diffstat (limited to 'addons/x11infoscreen/usr/local/bin/launch-feh')
-rwxr-xr-x | addons/x11infoscreen/usr/local/bin/launch-feh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/addons/x11infoscreen/usr/local/bin/launch-feh b/addons/x11infoscreen/usr/local/bin/launch-feh new file mode 100755 index 0000000..7e2126a --- /dev/null +++ b/addons/x11infoscreen/usr/local/bin/launch-feh @@ -0,0 +1,19 @@ +#!/usr/bin/launchtool -C + +tag = feh +#command = DISPLAY=:0 feh --full-screen --slideshow-delay 15 /var/lib/infoscreen/*.png; exit 0 +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 +daemon = yes +stats = yes +#user = myserver +#root dir = /tmp +#process count limit = 5 +#open files limit = 10 +wait times = 1,1,1,3,3,3,10,10,10 +infinite runs = yes +launchtool output = syslog:feh,LOG_DAEMON,LOG_INFO +launchtool errors = syslog:feh,LOG_DAEMON,LOG_ERR +command output = syslog:feh,LOG_DAEMON,LOG_INFO +command errors = syslog:feh,LOG_DAEMON,LOG_ERR +silent restart time = 5 +silent restart status = 0 |