5 # reset any pending alarms on startup
8 # where to sent mails on alarm
11 # Seconds to sleep when alarm detected before checking again
12 # If you want to fill up your mail inbox set this to 2. ;-)
15 # command to run in background on each alarm
16 # N.B.: If you choose to use the beep command, you'll need to install it: pacman -S beep
17 ALARM_CMD="beep -f 800 -l 500 -d 500 -r 600"