Abhorrent_Anger f58b7681d0 | ||
---|---|---|
.vscode | ||
eyestrainreminder | ||
.gitignore | ||
LICENSE | ||
README.md | ||
setup.py |
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 by cloning the repository and running:
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