The timer extension accepts times in two formats:
- Time duration in hours, minutes, and/or seconds
- Time of day (absolute time in the next 24 hours)
3m
= 3 minutes5h
= 5 hours2m30s
= 2 minutes and 30 seconds
1:30pm
= 1:30 PM720a
= 7:20 AM
Choose Alert periodically until closed in settings to make timers harder to ignore. Close the timer notification to stop persistent timer notifications. A timer can also be stopped by selecting it with Ulauncher.
Setup
git clone https://github.com/Ulauncher/Ulauncher
ULAUNCHER_PTH=$(python -c 'import site; print(site.getsitepackages()[0])')/ulauncher.pth
realpath Ulauncher > $ULAUNCHER_PTH
pip install websocket-client python-Levenshtein
pip install pytest pytest-pep8 freezegun
Run tests
pytest