mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #413] Make notification timeout configurable #223
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#223
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bascht on GitHub (Apr 18, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/413
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.
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. 😁
Additional context
Using version 0.15.2 on a Sway desktop with Mako notifications.
@bascht commented on GitHub (Apr 23, 2024):
@aome510 awesome, thank you so much!!