diff --git a/README.md b/README.md index f4ccb4e..b14f691 100644 --- a/README.md +++ b/README.md @@ -111,16 +111,11 @@ defaults write com.apple.universalaccess reduceTransparency -bool false ### Wallpaper #### Set Wallpaper - -Up to Mountain Lion: - ```bash +# Up to Mountain Lion osascript -e 'tell application "Finder" to set desktop picture to POSIX file "/path/to/picture.jpg"' -``` -Since Mavericks: - -```bash +# Since Mavericks sqlite3 ~/Library/Application\ Support/Dock/desktoppicture.db "update data set value = '/path/to/picture.jpg'" && killall Dock ```