Skip to content

Instantly share code, notes, and snippets.

@jsleeio
Created February 4, 2016 23:29
Show Gist options
  • Save jsleeio/98da84753fbe790dd865 to your computer and use it in GitHub Desktop.
Save jsleeio/98da84753fbe790dd865 to your computer and use it in GitHub Desktop.
set OSX wallpaper (Mavericks+ only)
## found on stackoverflow somewhere
function wallpaper() {
sqlite3 ~/Library/Application\ Support/Dock/desktoppicture.db "update data set value = '$1'" && killall Dock
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment