Coder Social home page Coder Social logo

Comments (5)

SamuelSwartzberg avatar SamuelSwartzberg commented on May 21, 2024 4

I have this problem as well, but in the meanwhile you can add && and then any command that makes a sound, which will execute when the timer is over. I use it with the mac builtin say like so termdown 35m && say done

from termdown.

trehn avatar trehn commented on May 21, 2024 1

&& is the way it's meant to be used

from termdown.

Serjeel-Ranjan-911 avatar Serjeel-Ranjan-911 commented on May 21, 2024

this beep sound I use with countdown

# BEEP SOUNDS

play -q -n synth .1 sin 90 || echo -e "\a"
play -q -n synth .1 sin 180 || echo -e "\a"


play -q -n synth .1 sin 90 || echo -e "\a"
play -q -n synth .1 sin 180 || echo -e "\a"

from termdown.

OlaoluwaM avatar OlaoluwaM commented on May 21, 2024

For me, the bell does not ring if my timer completes while my tmux session is locked, any advice?

from termdown.

Technetium1 avatar Technetium1 commented on May 21, 2024

I would also like to voice support for this feature. Here's another beep sound
play -q -n synth 1 sin 200-500 synth 0.8 sine fmod 20-500 || echo -e "\a"

@OlaoluwaM maybe these will be of use https://stackoverflow.com/a/39180062 & https://jasonwryan.com/blog/2011/01/25/setting-urgent-hints-in-dwm/

from termdown.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.