Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # The alarm clock rules file
  2. #
  3. # Here's some examples of it in use
  4. #
  5. # Scenario: Sound every work day at 8, but 10:30 on the weekend
  6. #
  7. # time days=monday,tuesday,wednesday,thursday,friday time=8
  8. # time days=saturday,sunday time=10:30
  9. #
  10. # Scenario: The same as the above, but you want to add a rule for lunch break,
  11. # with a custom sound
  12. #
  13. # time days=monday,tuesday,wednesday,thursday,friday time=8
  14. # time days=saturday,sunday time=10:30
  15. # time days=monday,tuesday,wednesday,thursday,friday time=12:30 sound=/sounds/lunchbreak.wav
  16. #
  17. # Scenario: You want the alarm to sound every 30 seconds, of every day
  18. #
  19. # time days=* time=*:*:30
  20. # time days=* time=*:*:00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement