EyeStrainReminder/README.md

9 lines
242 B
Markdown
Raw Normal View History

2019-10-20 23:04:03 +03:00
# EyeStrainReminder
2019-10-22 13:55:16 +03:00
A small background tool to remind the user of the "20-20-20" rule. Uses system notifications and sound cues.
2019-10-21 00:14:56 +03:00
```
sudo apt-get install python-gobject libnotify-bin python-gst-1.0
2019-10-21 14:14:26 +03:00
pip3 install notify2 playsound --user
2019-10-21 00:14:56 +03:00
```