This commit is contained in:
Marcel Bischoff 2015-09-25 15:57:47 +02:00
parent d5d9017a3f
commit 81d239bf97

View File

@ -70,7 +70,7 @@ defaults write com.apple.universalaccess reduceTransparency -bool false
### Wallpaper ### Wallpaper
#### Set wallpaper #### Set Wallpaper
```bash ```bash
osascript -e 'tell application "Finder" to set desktop picture to POSIX file "/path/to/picture.jpg"' osascript -e 'tell application "Finder" to set desktop picture to POSIX file "/path/to/picture.jpg"'
``` ```