Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to play a bell sound on as soon as a link is opened #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add ability to play a bell sound on as soon as a link is opened #10

wants to merge 1 commit into from

Conversation

sabifa
Copy link

@sabifa sabifa commented Apr 6, 2021

As I leave the link opener in the background and have fullscreen applications running at the same time it can happen that I don't notice an opened link immediately, so I thought it would be a nice addition to have a bell sound notification 😅

The sound file is from here: https://mixkit.co/free-sound-effects/bell/ (Happy bell alert)

What is your thought on this? Should this be an opt-in feature which is deactivated by default?

@SexyUhu
Copy link

SexyUhu commented Apr 10, 2021

Hi,
its easy to implement that yourself.
You just need at the beginning: from playsound import playsound
At async def check_urls(urls): in the if function: playsound('name', False)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants