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

Use case: Beep Timer #61

Open
peter-lyons-kehl opened this issue Mar 18, 2023 · 1 comment
Open

Use case: Beep Timer #61

peter-lyons-kehl opened this issue Mar 18, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@peter-lyons-kehl
Copy link

peter-lyons-kehl commented Mar 18, 2023

First: Thank you Jonas. So practical and flexible.

If you choose to implement #60 first, I'm willing to provide a PR for this use case.

I'm using this in place of (discontinued) Beep Timer extension for short (20-30 sec) cycle of "Stay on track" alerts (not replacing, but in addition to Pomodoro).

  1. Install mplayer, or any other player that can be started from shell.

  2. Get the sounds you like. For example, download from https://github.com/gnome-pomodoro/gnome-pomodoro/tree/master/data/sounds or clone that repo:

mkdir GIT
cd GIT
git clone https://github.com/gnome-pomodoro/gnome-pomodoro
  1. Then invoke it in Executor, for example:
    mplayer -ao pulse -nolirc -volume 60 GIT/gnome-pomodoro/data/sounds/bell.ogg > /dev/null.

If you like fine grain sound volume control, use -ao pulse. That applies the given volume, multiplied (divided) by the overall System Volume (as shown in the standard GNOME Settings application).

To the contrary, -ao alsa takes the given volume, and resets the System Volume to that value!

Of course, if you use it at the same time as Pomodoro extension, you may want them to use different sounds.

@raujonas
Copy link
Owner

raujonas commented Apr 1, 2024

@peter-kehl #60 is closed now, so if you're still interested I'd appreciate you documenting this 😊 I'll also look for the orignial command for the other example and add it as well.

@raujonas raujonas added the documentation Improvements or additions to documentation label Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants