ErikReider / SwayNotificationCenter

A simple GTK based notification daemon for SwayWM
GNU General Public License v3.0
1.3k stars 62 forks source link

Limit max visible notification #178

Closed etrnal70 closed 1 year ago

etrnal70 commented 1 year ago

Basically the title. Invisible notification can be replaced with a smaller notification showing there are X more new notification

ErikReider commented 1 year ago

Are you referring to something like #61?

etrnal70 commented 1 year ago

Yes, but for the floating notification, not the notification center.

etrnal70 commented 1 year ago

Also i think based on that screenshot, it's grouped based on the same application rather than globally

ErikReider commented 1 year ago

Oh. Could you elaborate some more? Maybe provide an example screenshot?

etrnal70 commented 1 year ago

This example is from dunst

image

ErikReider commented 1 year ago

Hmm... That would be pretty difficult to add due to the scrolling and the variable height of each notification.

I'd prefer a look that elementary OS uses where the other non visible notifications are behind the visible notifications and scrolls into view when scrolled (very difficult to explain).

I'll be closing this for now. Thanks for the suggestion though and please open a new issue if there's anything else on your mind :)

etrnal70 commented 1 year ago

I'd prefer a look that elementary OS uses where the other non visible notifications are behind the visible notifications and scrolls into view when scrolled (very difficult to explain).

I get this. I think it's an acceptable solution too since i'm currently bothered by the number of visible notification. So can i assume such thing is planned ?

ErikReider commented 1 year ago

Yeah but it'll take time