Skip to content

Instantly share code, notes, and snippets.

@AlexJHayward
Created March 8, 2021 22:50
Show Gist options
  • Save AlexJHayward/46db80bf7ad06e8a6a3acda3148fe0a6 to your computer and use it in GitHub Desktop.
Save AlexJHayward/46db80bf7ad06e8a6a3acda3148fe0a6 to your computer and use it in GitHub Desktop.
Finding the Location of macOS Wallpaper

I was using Wallpaper wizard for just one wallpaper, so I went to get it out of the application support. Turns out it's super easy to find where that is. Thanks to Nimesh Neema in this stackoverflow post.

osascript -e 'tell app "finder" to get posix path of (get desktop picture as alias)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment