Hi all,
Well... I know it is not the newest application, but I still love xplanet. Last night I got it working on my KDE4.
I created a folder in my home dir called xplanet-img.
I wrote a script with the following line in it:
This will gen a new image and replace the old one with it.
Then I call the script from cron every 5 min.
Next.... in my desktop settings I choose slide show for the background and point to the xplanet-img folder..... done.
More fun can be had by using the picture/slide show Plasmoid in the same way.
You can have various planets on different parts of your desktop... or add some variables to the script to change which planet is displayed randomly...
Will be playing with this some more when I get home from work today....
__________________
Well... I know it is not the newest application, but I still love xplanet. Last night I got it working on my KDE4.
I created a folder in my home dir called xplanet-img.
I wrote a script with the following line in it:
#/bin/bash
xplanet -window -geometry 1680x1050 --num_times 1 --lon 300 --lat 15 --radius 40 --range 10 --output ~/xplanet-img/pic.jpg && mv ~/xplanet-img/pic.jpg ~/xplanet-img/xplanet.jpg
xplanet -window -geometry 1680x1050 --num_times 1 --lon 300 --lat 15 --radius 40 --range 10 --output ~/xplanet-img/pic.jpg && mv ~/xplanet-img/pic.jpg ~/xplanet-img/xplanet.jpg
Then I call the script from cron every 5 min.
Next.... in my desktop settings I choose slide show for the background and point to the xplanet-img folder..... done.
More fun can be had by using the picture/slide show Plasmoid in the same way.
You can have various planets on different parts of your desktop... or add some variables to the script to change which planet is displayed randomly...
Will be playing with this some more when I get home from work today....
__________________
Comment