gitify-app / gitify

GitHub notifications on your menu bar. Available on macOS, Windows & Linux.

Home Page:https://www.gitify.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: show notifications count next to icon in menubar

adufr opened this issue Β· comments

πŸ“ 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! πŸ˜‰

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

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!

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.

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

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!

This feature was released today in v5.2.0