asterizk / apod-grabber

Sets the Mac desktop to the current NASA astronomy photo of the day
MIT License
2 stars 1 forks source link
apod mac-desktop nasa-astronomy-photo pillow python3

Example image created by apod-grabber

apod-grabber

Sets your Mac's desktop to the current NASA Astronomy Photo of the Day, including explanation text overlaid onto image.

Usage:

Requirements:

Installation:

  1. cp dependencies/com.krishengreenwell.apod.plist ~/Library/LaunchAgents
  2. vi ~/Library/LaunchAgents/com.krishengreenwell.apod.plist
  3. Change line 8 to the absolute path of your apod-grabber GitHub checkout
  4. Change line 11 to the absolute path of your python3 installation (to find this, run which python3)
  5. launchctl load ~/Library/LaunchAgents/com.krishengreenwell.apod.plist
  6. launchctl start com.krishengreenwell.apod
  7. Grant the following two permissions ('Documents' may vary based on the location of your apod-grabber checkout):
    • documents folder permission request
    • finder permission request
  8. Go to System Preferences > Desktop and select Fit to Screen and black background color:
    • system preferences desktop preference pane

Notes:

TODO:

Feature ideas:

Troubleshooting

Credits