summaryrefslogtreecommitdiff
path: root/bin/extra/pomo
blob: 4227738894c37456e85e014093c3eac20eba60f0 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
while true
do
	date +%R
	sleep 20m
	notify-send -u critical -t 5000 "pomodoro" "BREAK TIME"
	sleep 5m
done