Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.24 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.24 KB

Eye-safe 20/20/20 Linux application.

  • Sends the notification with period you choose (default: 20 minutes).
  • Plays the random sound located in ${user.home}/.eyesight/sounds.
  • Launches at startup.

It's simple and easy to use!

eyesight-showcase

Sounds (optional)

Add sound files (.wav) into ~/.eyesight/sounds/ folder.

Warning

Currently only .wav sound files are supported!

Configuration

Located at: ~/.eyesight/config.yml

  • Launch at startup, notification rate, message, etc.

Note

The default program folder location: ~/.eyesight/. If you run this application using sudo, the location is: /root/.eyesight/.

It's not recommended to run application using sudo!

Problems

Caution

If you run application using sudo command it may not send any notifications. You can fix it by changing the Notification Service at:

/usr/share/dbus-1/services/org.freedesktop.Notifications.service

For example, paste this:

[D-BUS Service]
Name=org.freedesktop.Notifications
Exec=/usr/lib/notification-daemon/notification-daemon

sudo apt install -y notification-daemon