ErikReider / SwayNotificationCenter

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

[Feature] Add consolidated notification for volume or brightness change. #360

Closed SherLock707 closed 6 months ago

SherLock707 commented 6 months ago

Current behavior. The current behavior of Swaync notification center triggers multiple notifications for each volume or brightness change event. This can be distracting and clutters the user interface.

image

Solution I'd like I propose implementing a feature that consolidates these notifications into a single popup when either the volume or brightness is adjusted.

Additional context Like how Dunst or Mako does it right now. This is the only thing preventing me from switching to swaync.

ErikReider commented 6 months ago

Duplicate of #86

This can be done in multiple ways, by replacing the notification manually or by doing this instead https://github.com/ErikReider/SwayNotificationCenter/issues/86#issuecomment-1039825733

Hope this helps :D

SherLock707 commented 6 months ago

Thanks! got it.

image

SherLock707 commented 6 months ago

@ErikReider , Is there a way I can exclude these volume notification from notification centre?

ErikReider commented 6 months ago

@ErikReider , Is there a way I can exclude these volume notification from notification centre?

I'm currently not home for the holidays so I can't check but there should be a flag in notify-send. -t or something if my memory serves me right :)

SherLock707 commented 6 months ago

Thanks for responding! -e, --transient : Create a transient notification

Happy holidays!