Created
July 21, 2024 01:44
-
-
Save angelbotto/209e264b39ce80fd70bae0b0c1eb7eae to your computer and use it in GitHub Desktop.
Get Current Wallpaper Location on macOS 15.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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