alfred-countdown-timer
alfred-countdown-timer copied to clipboard
[Feature Request] Add easy ability to change timer chime
Even allowing basic system default sounds would be nice
It’s possible to do this now. Not wildly convenient or user friendly, granted, but easily done in <2 minutes.
- Right click Timer in Alfred’s list of Workflows
- The Finder window will display all the files associated with Timer. alarm.m4a is the chime, timer.py is the code.
- 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.
- Open timer.py and do a find/replace for 'alarm.m4a' and replace with 'example.mp3'
- Save, close, and you’re done ☺︎