This is a neat little program that remind you to practice the 202020 rule which is:
-
Every 20min, look 20 feet away for 20 seconds.
-
setup:
- pip install osascript
- chmod +x 202020.py
- crontab -e
- add this: */20 * * * * /usr/local/bin/python3 /path/to/202020.py
- save by typing :wq