From d342605720d91a8be138a756efb9b72a29ee3893 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Fri, 4 Dec 2015 00:53:38 +0100 Subject: [PATCH] Rework Wallpaper category --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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 ```