gitify icon indicating copy to clipboard operation
gitify copied to clipboard

Feature request: show notifications count next to icon in menubar

Open adufr opened this issue 1 year ago • 5 comments
trafficstars

📝 Provide a description of the new feature

It would be nice to show the notifications count next to the Gitify icon in the menubar

~~From what I saw it's an image, so it should be possible to dynamically generate one by using some 3rd party library.~~ EDIT: Use the menubarApp.tray.setTitle() API

For example with the "Reminders MenuBar" icon: image image

➕ Additional Information

I'd like to work in this if you approve the feature request! 😉

adufr avatar Feb 09 '24 21:02 adufr

This is probably down to personal preference and workflow. For me, I like the simplicity. See also https://github.com/gitify-app/gitify/issues/728

bmulholland avatar Feb 12 '24 12:02 bmulholland

This is probably down to personal preference and workflow. For me, I like the simplicity. See also #728

I agree, some people might not want this feature, but IMO it's sad to prevent other people from benefiting from it; so a setting could be the solution (+ the setting would be a simple checkbox so it wouldn't bring much complexity)

I read #728 and gave my opinion there!

adufr avatar Feb 12 '24 13:02 adufr

I think this would be fine so long as the feature is behind a settings flag. Personally, I like the simplicity of the different colored icon.

setchy avatar Feb 12 '24 14:02 setchy

Thank you both for your input 😄 I'll start working on adding this setting as soon as I have some time!

adufr avatar Feb 12 '24 14:02 adufr

Note: this feature is much easier to implement than I anticipated, I don't have to do any on-the-fly image manipulation as the menubarApp.tray.setTitle() API serves my purpose 😛

PR is coming!

adufr avatar Feb 16 '24 12:02 adufr

This feature was released today in v5.2.0

setchy avatar Apr 03 '24 00:04 setchy