An open API service indexing awesome lists of open source software.

https://github.com/aerial-desktop/the_frustration_desktop

thats what it takes. enough frustration until the crazy ideas make sense.
https://github.com/aerial-desktop/the_frustration_desktop

Last synced: 12 days ago
JSON representation

thats what it takes. enough frustration until the crazy ideas make sense.

Awesome Lists containing this project

README

          

![screencast](https://cloud.githubusercontent.com/assets/499192/10754100/c0e1cc4c-7c95-11e5-9d3b-842d3acc2fd5.gif)

# Screen Saver to Desktop Background on Startup
Only for Macintosh Computers, enjoy.

If you can think of a better name please let me know.

Completely open source so feel free to contribute to or learn from project development.

#### Most stable when installing for current user instead of across all users.
## Installation (no programming experience needed)

1) [Click here to Download](https://github.com/MichaelDimmitt/Aerial_Desktop/releases/download/v7.1/Aerial_Desktop.zip)
2) Unzip the downloaded file.
3) hold "ctrl" and Open **Installer** and confirm installation.

note: after installing ... program runs at startup or waking from sleep.

## Installation (for inquisitive programmers.)

1) git clone https://github.com/MichaelDimmitt/Aerial_Desktop.git;
2) cd Aerial_Desktop;
3) open Installer.app;

note: Uninstall with "open Uninstall.app"

## Usage:
Setting the program as your Desktop Background can be toggled after installation with "Start.app and "Stop.app" ... implementing "Stop.app" will leave "Aerial" as your default screensaver. This app can support other Screensavers as Backgrounds. If you would like that email me at michaelgdimmitt@gmail.com or open an issue.

## Adjusting Aerial Settings

1. Open System Preferences -> Desktop & Screen Saver -> Screen Saver
2. Choose Aerial and click on Screen Saver Options to select your settings.
3. Location Labels not installed by default, check "Show Label for Location" in Screen Saver Options.

![screen saver options](https://user-images.githubusercontent.com/11463275/28892748-f6b50d30-779c-11e7-9c28-56b5727e0aa4.png)

## Uninstallation

* Open **Uninstall.app** to uninstall.
* Right-click on the Aerial screen saver in System Preferences and select `Delete "Aerial"`.
* Or delete the file(s) directly. macOS can store screen savers in two locations. `/Library/Screen Savers` and `/Users/YOURUSERNAME/Library/Screen Savers`. Check both locations for a file called "Aerial.saver" and delete any copies you find.


## Aerial Installed by default with project.

If you only want Aerial as a screensaver without the desktop change, simply open **Uninstall.app**

and you are done! The afterward uninstall steps are for removing the Aerial Screensaver.

To find more information on Aerial navigate to:
https://github.com/JohnCoates/Aerial


## Note:

The screensaver engine takes your default screensaver to project as a desktop background.

## Community
- **Found a bug?** [Open an issue](https://github.com/MichaelDimmitt/ScreenSaver_to_DesktopBackground_mac/issues/new). Try to be as specific as possible.
- **Have a feature request?** [Open an issue](https://github.com/MichaelDimmitt/ScreenSaver_to_DesktopBackground_mac/issues/new). Tell me why this feature would be useful, and why you and others would want it.

## Contribute
I appreciate all pull requests.

## Useful Links

#### When I wanted the screensaver as a desktop background these were the windows to the solution.

techradar_article_By_MacLife_Set_Screen_Saver_as_Desktop_Background

#### When I wanted the change to happen when the computer woke from sleep:
https://nathangrigg.com/2012/07/schedule-jobs-using-launchd
https://github.com/MichaelDimmitt/mac_plist_launch_agent

## License
[MIT License](https://raw.githubusercontent.com/MichaelDimmitt/ScreenSaver_to_DesktopBackground_mac/master/LICENSE)