make X display a openwrt backgrund image

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9232 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2007-10-09 22:10:58 +00:00
parent 3610f05d84
commit 99e6819ebd

View File

@ -1,5 +1,5 @@
BKGD_IMAGE_PATH=/usr/share/X11/bkgd-images/
if [ -x `which fbsetbg` ]; then
fbsetbg -f ${BKGD_IMAGE_PATH}/default.png
if [ -x `which Esetroot` ]; then
Esetroot -scale ${BKGD_IMAGE_PATH}/default.png
fi
fluxbox