diff --git a/README.md b/README.md index 78304e1..63db9d5 100644 --- a/README.md +++ b/README.md @@ -105,10 +105,19 @@ defaults write com.apple.universalaccess reduceTransparency -bool false ### Wallpaper #### Set Wallpaper + +For up to Mountain Lion: + ```bash osascript -e 'tell application "Finder" to set desktop picture to POSIX file "/path/to/picture.jpg"' ``` +Since Mavericks: + +```bash +sqlite3 ~/Library/Application\ Support/Dock/desktoppicture.db "update data set value = '/path/to/picture.jpg'" && killall Dock +``` + ## Applications