View Single Post
Old 08-26-2002, 02:52 PM   #1
EdwardT
Guest
 

Posts: n/a
Animated Desktop

I saw this tip at the MacinTouch website. It allows you to have Marine Aquarium running as you desktop. It requires Mac OSX 10.2 and Quartz Extreme. I don't have 10.2 so I can't try it.

The following was posted by Brian Parry at MacinTouch

Open Terminal, Paste this command:

/System/Library/Frameworks/ScreenSaver.framework/Resources/ ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -background &

(the ampersand returns the PID in case you want to kill it)

to remove:
get process # with Top
kill PID

Always kill the current instance before adding another, or you'll end up with multiples. Clears on its own when you restart.
  Reply With Quote