My name is Jackilyn. I'm a designer and photographer living in Seattle.

# Remove Dropbox’s green checkmark icons in Finder.app

file=/Applications/Dropbox.app/Contents/Resources/check.icns
[ -e "$file" ] && mv -f "$file" "$file.bak"
unset file
killall Finder

38 notes Comments

  1. jackilyn posted this
blog comments powered by Disqus