aome510 / spotify-player

A Spotify player in the terminal with full feature parity
MIT License
3.14k stars 137 forks source link

Make notification timeout configurable #413

Closed bascht closed 3 months ago

bascht commented 3 months ago

Is your feature already implemented in the latest master?

No.

Is your feature request related to a problem? Please describe.

Sort of. The notifications just keep piling up and I wish they would disappear after a while.

Screenshot-2024-04-16-095958

Describe the solution you'd like

It would be great if the notification timeout would be configurable. The crate itself does have support for it.

Describe alternatives you've considered

None yet. I could just watch for the notifications and dismiss them via a script. :grin:

Additional context

Using version 0.15.2 on a Sway desktop with Mako notifications.

bascht commented 3 months ago

@aome510 awesome, thank you so much!!