Initial commit

This commit is contained in:
Midgard 2019-06-13 20:54:47 +02:00
commit 919dedd122
Signed by: midgard
GPG Key ID: 511C112F1331BBB4
1 changed files with 10 additions and 0 deletions

10
pomodoro Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
set -euo pipefail
mpc play || true
while true; do
termdown --font smbraille "${1:-25}m"
mpc pause || espeak "Pause" || true
termdown --no-seconds --font smbraille "${2:-5}m"
mpc play || espeak "Pause over" || true
done