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:
parent
3610f05d84
commit
99e6819ebd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user