Created
February 4, 2016 23:29
-
-
Save jsleeio/98da84753fbe790dd865 to your computer and use it in GitHub Desktop.
set OSX wallpaper (Mavericks+ only)
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
## 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