- Sends the notification with period you choose (default: 20 minutes).
- Plays the random sound located in
${user.home}/.eyesight/sounds. - Launches at startup.
Warning
Currently only .wav sound files are supported!
- 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!
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
