Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- # POMODORO
- # ;25 min descanso 5, 4 veces, descanso de 4 son 30 min
- # (+(* (+ 25 5) 4)30)
- #start pomodoro
- #1
- notify-send "25 min work"
- sleep 25m
- play -q -n synth 0.5 sin 880
- notify-send "5 min rest"
- sleep 5m
- play -q -n synth 0.5 sin 440
- #2
- notify-send "25 min work"
- sleep 25m
- play -q -n synth 0.5 sin 880
- notify-send "5 min rest"
- sleep 5m
- play -q -n synth 0.5 sin 440
- #3
- notify-send "25 min work"
- sleep 25m
- play -q -n synth 0.5 sin 880
- notify-send "5 min rest"
- sleep 5m
- play -q -n synth 0.5 sin 440
- #4
- notify-send "25 min work"
- sleep 25m
- play -q -n synth 0.5 sin 880
- notify-send "25 min rest"
- sleep 25m
- play -q -n synth 0.5 sin 440
Advertisement
Add Comment
Please, Sign In to add comment