|
You don't have clouds yet. The Xplanet
Maps & Scripts pages shows you how to do this.
There are two parts:
- obtain a cloud map
- tell Xplanet to use it
Cloud images are updated every three hours. There is no sense in getting the maps any more often than that.
Please do not abuse this service. Do not run your cronjob any more often than that. Many cloud map servers
have been shut down because of people fetching more often than necessary.
Get the map
I second the advice given on the Xplanet Real Time Cloud Map
page. Install the script provided by Oliver White. His scripts downloads the file from a random mirror. Help to
distribute the load.
Note: I had to install www/p5-ParallelUA to get the script to run.
Tell Xplanet about the map
Xplanet has a rather extensive man page. It also has configuration files at
/usr/X11R6/share/xplanet/config. The file I changed is
/usr/X11R6/share/xplanet/config/default and I added this entry:
cloud_map=/home/dan/clouds_2048.jpg
The file referenced by the cloud_map entry
is also specified within the script I referred to above.
In later versions of xplanet, that entry should be placed within the Earth section,
as shown below:
[earth]
"Earth"
color={28, 82, 110}
cloud_map=/home/dan/clouds/clouds_2048.jpg
The settings not related to cloud_map are the values I found in the file:
|