9 lines
242 B
Markdown
9 lines
242 B
Markdown
# EyeStrainReminder
|
|
|
|
A small background tool to remind the user of the "20-20-20" rule. Uses system notifications and sound cues.
|
|
|
|
```
|
|
sudo apt-get install python-gobject libnotify-bin python-gst-1.0
|
|
|
|
pip3 install notify2 playsound --user
|
|
``` |