Skip to content

Releases: Dreaght/EyesightNotify

v1.2

09 Jun 03:13
Compare
Choose a tag to compare
  • Sends the notification with period you choose (default: 20 minutes).
  • Plays the random sound located in ${user.home}/.eyesight/sounds.
  • Launches at startup.

Configurations and Startup

05 May 21:26
Compare
Choose a tag to compare
Pre-release

Configuration

play-sound: true

# (s - seconds / m - minutes / h - hours)
notification-rate: 20m
notification-message: "Go away for 20 Secs!"

Startup

Make application run at startup:

sudo java -jar EyesightNotify-${version}.jar --enable-startup

Remove application from startup:

sudo java -jar EyesightNotify-${version}.jar --disable-startup

v1.0-beta

05 May 15:20
234f011
Compare
Choose a tag to compare
v1.0-beta Pre-release
Pre-release

Sends the notification and sound every 20 mins to remind you to take a rest!