Setting alarm from commandline

This is just a quick one.

Although I use Gnome Clocks occassionally, most of the time I set an alarm via the commandline.

# OS is POP_OS!, using VLC:
$ sleep 10m && \
  cvlc ~/alarm.mp3 --play-and-exit && \
  notify-send 'alarm done'
---
If you have any questions or feedback, please reach out @flowerinthenyt.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.