alarm.sh 268 B

12345678
  1. #!/bin/bash
  2. XDG_RUNTIME_DIR=/run/user/themusicgod1
  3. export DISPLAY=:0
  4. export XAUTHORITY=/home/themusicgod1/.Xauthority
  5. export XDG_RUNTIME_DIR="/run/user/1001"
  6. # use unix command 'id' to find proper number ^
  7. for x in 1 2 3; do aplay /home/themusicgod1/lovely.wav ; done