alfred-countdown-timer icon indicating copy to clipboard operation
alfred-countdown-timer copied to clipboard

[Feature Request] Add easy ability to change timer chime

Open jwmann opened this issue 4 years ago • 1 comments

Even allowing basic system default sounds would be nice

jwmann avatar Sep 28 '21 20:09 jwmann

It’s possible to do this now. Not wildly convenient or user friendly, granted, but easily done in <2 minutes.

  1. Right click Timer in Alfred’s list of Workflows
  2. The Finder window will display all the files associated with Timer. alarm.m4a is the chime, timer.py is the code.
  3. Throw a new sound file in there (e.g. example.mp3). You can leave alarm.m4a in place in case you want to go back.
  4. Open timer.py and do a find/replace for 'alarm.m4a' and replace with 'example.mp3'
  5. Save, close, and you’re done ☺︎

jonnypelham avatar Jan 24 '22 12:01 jonnypelham