KyPeN
05-09-2004, 12:19 PM
Would this be possible? A script that runs a new "fbsetbg -r /path/to/walls" command on a set interval that is constantly running? I'm the biggest newb there is to scripting, so be gentle :p
|
Click to See Complete Forum and Search --> : Random wallpaper script that changed w/ time? KyPeN 05-09-2004, 12:19 PM Would this be possible? A script that runs a new "fbsetbg -r /path/to/walls" command on a set interval that is constantly running? I'm the biggest newb there is to scripting, so be gentle :p Uranus 05-09-2004, 01:11 PM I guess you could quite easily do this with cron - schedule it to run a script that sets a random background every once in a while. For the script you can probably find what you need in the Advanced Bash Scripting Guide (very interesting, to be found at http://www.tldp.org ) I've not used cron yet, though (another thing I have yet to do) HTH Sam bburton 05-09-2004, 03:26 PM Or you could just use the chbg program see HERE (http://chbg.sourceforge.net) for more info Icarus 05-09-2004, 09:33 PM cron is probably the best choice crontab -e 0 0-23 * * * fbsetbg -r /path/to/walls That will change it every hour justlinux.com
Copyright Internet.com Inc. All Rights Reserved. |