Closed FIGBERT closed 3 years ago
Wow, that's super cool! Thanks so much for working on this! I'll read through the script and post feedback inline.
I have a branch locally with quite a few icons without rounded corners and code to round them at runtime. Will post a PR with it as soon as I've had time to clean it up somewhat!
Alright, all suggestions implemented. Thanks to @ThinkChaos for the RegEx and directory pointers. Probably should squash before merging.
Merged as d6b4544f7a996fd2c7a4feaa77cdee7735240749 and 174fcf569a874472365a47e24b050eec0e4a86e9 with some small modifications:
Thanks so much @FIGBERT and @ThinkChaos!
After our discussion on #52, I spent some time implementing the automated icon generation we discussed. The
bash
script usessips
– which ships with macOS – andag
– anack
alternative that you can install with Homebrew – to generate the icon files.The one missing feature that we discussed is removing the hard-coded rounded corners, but that can be implemented in another pull request.