A small background tool for reminding the user of the "20-20-20" rule.
Go to file
Abhorrent_Anger c838987002 Fixed file lookup 2019-10-23 10:52:39 +03:00
.vscode Initial structure 2019-10-21 00:14:56 +03:00
eyestrainreminder Fixed file lookup 2019-10-23 10:52:39 +03:00
.gitignore Initial commit 2019-10-20 23:04:03 +03:00
LICENSE Initial commit 2019-10-20 23:04:03 +03:00
README.md Fixed file lookup 2019-10-23 10:52:39 +03:00
setup.py Fixed file lookup 2019-10-23 10:52:39 +03:00

README.md

EyeStrainReminder

A small background tool to remind the user of the "20-20-20" rule. Uses system notifications and sound cues. Made primarily for GNU/Linux, but might work with other environments.

First, you might need these packages:

sudo apt-get install python-gobject libnotify-bin python-gst-1.0

Second, just install the tool and required Python modules via:

cd EyeStrainReminder
pip install . --user

Run it simply with, or preferably put it to run on boot as:

$ eyestrainreminder

Or to remove:

pip uninstall EyeStrainReminder