alarm.sh 1.0 KB

12345678910111213141516171819202122232425262728
  1. #!/bin/bash
  2. #
  3. # Copyright © 2018 Jeff Cliff
  4. #
  5. # This program is free software: you can redistribute it and/or modify
  6. # it under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation, either version 3 of the License, or (at
  8. # your option) any later version.
  9. #
  10. # This program is distributed in the hope that it will be useful, but
  11. # WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  13. # General Public License for more details.
  14. #
  15. # You should have received a copy of the GNU General Public License
  16. # along with this program. If not, see <https://www.gnu.org/licenses/>.
  17. # obviously
  18. # replace themusicgod1 with your username
  19. # replace 1001 with your user id
  20. XDG_RUNTIME_DIR=/run/user/themusicgod1
  21. export DISPLAY=:0
  22. export XAUTHORITY=/home/themusicgod1/.Xauthority
  23. export XDG_RUNTIME_DIR="/run/user/1001"
  24. # use unix command 'id' to find proper number ^
  25. for x in 1 2 3; do aplay /home/themusicgod1/lovely.wav ; done