So is there a command for the command line that sets the desktop background?
And if so has anyone tried to dump the output from XEarth to it.
Or in a script like so. The bottom command line is what I am curious about. Is there something like that?
#!/usr/bin/tcsh
xearth -proj orthographic -pos sunrel,0,0 -size 1048,768 -shift 0,0 -shade -day 100 -night 0 -ncolors 256 -stars -starfreq .002 -gif > temp_background.gif
defaults write com.apple.Desktop Background temp_background.gif
And if so has anyone tried to dump the output from XEarth to it.
Or in a script like so. The bottom command line is what I am curious about. Is there something like that?
#!/usr/bin/tcsh
xearth -proj orthographic -pos sunrel,0,0 -size 1048,768 -shift 0,0 -shade -day 100 -night 0 -ncolors 256 -stars -starfreq .002 -gif > temp_background.gif
defaults write com.apple.Desktop Background temp_background.gif