Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icon instead of a blinking #32

Open
ElvisPresly opened this issue Aug 2, 2016 · 4 comments
Open

Icon instead of a blinking #32

ElvisPresly opened this issue Aug 2, 2016 · 4 comments

Comments

@ElvisPresly
Copy link

Maybe you will make control that instead of a blinking there was an icon near date and hours that there are unread notices. Your expansion very important but irritates when constantly blinks. Thanks.

@bellini666
Copy link
Owner

@ElvisPresly it is a nice idea. In the mean time, if you don't like it blinking, what you can do is set the blink rate on the preferences to 0. That way it will only change the menu color with the one you choose.

@ElvisPresly
Copy link
Author

For example here so
2016-08-22 09-34-58

@jefferyto
Copy link

Just to expand on this a little, the date menu button in the panel already has an indicator (a circle icon, MessagesIndicator class in ui/dateMenu.js in the gnome-shell js code) that appears if more than 3 notifications (defined by MAX_NOTIFICATIONS_IN_QUEUE in ui/messageTray.js) are received at the same time.

The first 3 notifications will be shown, the remaining notifications will be "hidden" in the message tray, and the indicator will be shown. Once the user opens the message tray (and presumably sees the hidden notifications), the indicator is hidden.

Perhaps this indicator can be reused or built upon for this enhancement.

@mzur
Copy link

mzur commented Feb 13, 2020

I have created a tiny extension that displays the messages indicator on any new message (not only on more than three messages). You could use the same code to enhance this extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants