Rework Wallpaper category
This commit is contained in:
parent
7568caab99
commit
d342605720
@ -111,16 +111,11 @@ defaults write com.apple.universalaccess reduceTransparency -bool false
|
|||||||
### Wallpaper
|
### Wallpaper
|
||||||
|
|
||||||
#### Set Wallpaper
|
#### Set Wallpaper
|
||||||
|
|
||||||
Up to Mountain Lion:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Up to Mountain Lion
|
||||||
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"'
|
||||||
```
|
|
||||||
|
|
||||||
Since Mavericks:
|
# Since Mavericks
|
||||||
|
|
||||||
```bash
|
|
||||||
sqlite3 ~/Library/Application\ Support/Dock/desktoppicture.db "update data set value = '/path/to/picture.jpg'" && killall Dock
|
sqlite3 ~/Library/Application\ Support/Dock/desktoppicture.db "update data set value = '/path/to/picture.jpg'" && killall Dock
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user