amnweb / yasb

A highly configurable Windows status bar written in Python.
Other
360 stars 25 forks source link

Notifications text #47

Open im-izz opened 1 month ago

im-izz commented 1 month ago

What is the request?. when receiving a notification flash the notification icon and show the application name for a second or two instead of the time & date and after that application name fades away, fade back in the time and date

Why is it useful? would be wonderful, and beat the linux rices

How could it be implemented? I honestly don't really know x''D

amnweb commented 1 month ago

For me, it's too bad to replace one widget with another. Maybe we can just make a widget that will show the notification count from Windows, and when you click on it, it will show the native Windows Notification Center. Something like this maybe image

im-izz commented 1 month ago

Would be cool, and the ability to hide the counter would be clean. So its the outline icon when the icon in the taskbar is only outline and the icon gets filled when the icon in the taskbar is filled.

amnweb commented 1 month ago

I will check if there is any way to get notifications from Windows as I don't believe there is an public API.