Skip to content

Instantly share code, notes, and snippets.

@johnelliott
Created March 31, 2019 02:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnelliott/145ef2c9b1ab058f56056a190c57b66c to your computer and use it in GitHub Desktop.
Save johnelliott/145ef2c9b1ab058f56056a190c57b66c to your computer and use it in GitHub Desktop.
macOS desktop background solid color imagemagick script
#convert is from imagemagick
convert "xc:#$1[128x128!]" /Library/Desktop\ Pictures/Solid\ Colors/$1.png
#TODO find out how to make icon preview same aspect ratio as apple images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment