prashantgupta24 / automatic-mouse-mover

a minimalistic go library/app to keep your mac active and alive
MIT License
288 stars 33 forks source link

[Feature] Change color of icon while AMM is active #21

Open dylanjm opened 3 years ago

dylanjm commented 3 years ago

Thanks for this app! I was thinking it would be useful to me if the icon turned green after selecting 'start' from the drop down menu. I tried taking a look in the source code but it looks like you store the icon asset as some sort of .go file. I'm not sure how to edit the icon in that way.

prashantgupta24 commented 3 years ago

Interesting idea @dylanjm ! Thanks for that. From what I remember (a couple of years ago), I tried putting color in the icons which the macOS taskbar uses, and for some reason it always converted them to white. So I will have to see how to add the color.

mrplug commented 1 year ago

Can't you just use an inverted or not filled version of the icon?

prashantgupta24 commented 1 year ago

@mrplug perhaps? Need to look into it

Resousse commented 12 months ago

@prashantgupta24, I have one implementation to propose about this, I'm awaiting my 2 existing PRs to be merged, before I send this PR.