Created
March 26, 2016 00:06
-
-
Save lrewega/b123e8856877b6e044aa to your computer and use it in GitHub Desktop.
Change wallpaper on OS X
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sqlite3 /Users/$USER/Library/Application\ Support/Dock/desktoppicture.db 'SELECT * FROM data;' | |
/Library/Desktop Pictures/x-2560px.jpg | |
0.0 | |
5.0 | |
Yosemite.jpg | |
$ sqlite3 /Users/$USER/Library/Application\ Support/Dock/desktoppicture.db 'UPDATE data SET value ="/Library/Desktop Pictures/y-2560px.jpg";' | |
$ killall Dock |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment