A small background tool for reminding the user of the "20-20-20" rule.
Aller au fichier
Abhorrent_Anger 2f939dbb6f Updated readme 2021-01-18 22:34:40 +02:00
eyestrainreminder Delete old default sound 2021-01-18 20:16:40 +02:00
.gitignore Added vscode to gitignore 2019-10-29 11:08:30 +02:00
LICENSE Initial commit 2019-10-20 23:04:03 +03:00
README.md Updated readme 2021-01-18 22:34:40 +02:00
setup.py Fixed file lookup 2019-10-23 10:52:39 +03:00

README.md

EyeStrainReminder

Install

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

First, you might need these packages:

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

Second, install the tool and required Python modules by cloning the repository and running these lines, optionally with the --user flag:

cd EyeStrainReminder
python3 -m pip install .

Launch or set it to run from boot as:

$ eyestrainreminder

Optional parameters can be viewed through "$ eyestrainreminder -h". In short, it's possible to set a custom notification sounds, mute the notification sounds, turn off notifications by default and invert the tray icon colors.

Uninstall

For removal of the software run:

python3 -m pip uninstall EyeStrainReminder