It's just a silly reminder that sends desktop notification instead of ringing the bell.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
LICENSE
README.md
clock.ico
visalarm

README.md

Usage:

  • takes the time(in seconds) as first command line argument and the message to be reminded as the second.
  • sleep for the t seconds and send a desktop notification using notify-send with the message as the content.

Note:

  • The clock icon goes into the same folder as the bash script. It will still work if otherwise, but the little clock icon on the notification is gone. Who wants that!