Skip to content

Instantly share code, notes, and snippets.

@angelbotto
Created July 21, 2024 01:44
Show Gist options
  • Save angelbotto/209e264b39ce80fd70bae0b0c1eb7eae to your computer and use it in GitHub Desktop.
Save angelbotto/209e264b39ce80fd70bae0b0c1eb7eae to your computer and use it in GitHub Desktop.
Get Current Wallpaper Location on macOS 15.0
#!/bin/bash
# Get the current wallpaper location on macOS
osascript -e 'tell application "System Events" to tell current desktop to get picture'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment