LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   rotating wallpapers? (https://www.linuxquestions.org/questions/mandriva-30/rotating-wallpapers-263990/)

greythorne 12-08-2004 07:49 AM

rotating wallpapers?
 
hi just wanna know how to cycle wallpapers in mandrake as i have couple of cool wallpapers that i like all. is a programm in gnome or kde that could do the rotation of the wallpapers for a specified time? i know you can do it in kde but gnome i dont know.

any ideas guys?

thnx

m00t00 12-08-2004 08:01 AM

while [ 1 ]; do bsetbg /path/to/first/bg; sleep 3600 ; bsetbg /path/to/second/bg; sleep 3600; done

(and so on) =D

Micro420 12-08-2004 12:11 PM

I don't know what the guy above me is saying, but my friend did it and he did it by using cron and setting it to cycle every 30 seconds or whatever. It was pretty cool!

m00t00 12-08-2004 01:07 PM

cron is overkill for that, IMHO. The above is just a bash script to change the wallpaper every hour (3600 seconds==60 mins*60 seconds==1 hour). But I think he's looking for some kinda gnome builtin program'y thing to do it for him, which I cant answer to as I use Enlightenment on two boxes, and dont have X on the other two =P


All times are GMT -5. The time now is 04:29 AM.