Skip to content

Instantly share code, notes, and snippets.

@weiland
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save weiland/7f74704e2466e5dbfc5d to your computer and use it in GitHub Desktop.

Select an option

Save weiland/7f74704e2466e5dbfc5d to your computer and use it in GitHub Desktop.
Set Spotify Pride Icon

Set Spotify Pride Icon

use the shell script or just the following command:

curl -o icon.icns https://dl.dropboxusercontent.com/content_link/heqIreR1Wns4PEo1N0DZEbxrBUBYi12tFOMJUJKGyPdHgGPbtoOFbmaGIQsWgfC3 && sudo cp ./icon.icns /Applications/Spotify.app/Contents/Resources/icon.icns
#!/bin/sh
# script for https://medium.com/humans-create-software/how-to-get-the-spotify-pride-icon-in-your-mac-os-x-dock-944757d0d17b
curl -o icon.icns https://dl.dropboxusercontent.com/content_link/heqIreR1Wns4PEo1N0DZEbxrBUBYi12tFOMJUJKGyPdHgGPbtoOFbmaGIQsWgfC3
sudo cp ./icon.icns /Applications/Spotify.app/Contents/Resources/icon.icns
killall "Spotify"
@weiland

weiland commented Jul 1, 2015

Copy link
Copy Markdown
Author

Seems like new URL is https://dl.dropboxusercontent.com/content_link/VoleAunDroGDH2cfIeS8BuMxq1B3m4A5eJ4Uosm9HJHGPgwt1S5MQ8MkNTb3DUQy?dl=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment