Skip to content

Instantly share code, notes, and snippets.

@lrewega
Created March 26, 2016 00:06
Show Gist options
  • Save lrewega/b123e8856877b6e044aa to your computer and use it in GitHub Desktop.
Save lrewega/b123e8856877b6e044aa to your computer and use it in GitHub Desktop.
Change wallpaper on OS X
$ 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