Ok this command allows you to create a screensaver as your desktop...
nohup /System/Library/Frameworks/ScreenSaver.framework/Resources/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -background
How can I create a simple little program from the menubar allow me to turn on, or off this command without going through the terminal each time I want to do it?
Any help would be appreciated... I have XCode downloaded so if I need to I'll make and compile something if I have to, I just don't know how to go through the terminal and do it myself.
nohup /System/Library/Frameworks/ScreenSaver.framework/Resources/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -background
How can I create a simple little program from the menubar allow me to turn on, or off this command without going through the terminal each time I want to do it?
Any help would be appreciated... I have XCode downloaded so if I need to I'll make and compile something if I have to, I just don't know how to go through the terminal and do it myself.