Add timestamps to pomodoro timer
This commit is contained in:
parent
4b59ee8493
commit
1f486a03d3
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ say() {
|
||||||
if [ -n "$DISPLAY" ]; then
|
if [ -n "$DISPLAY" ]; then
|
||||||
notify-send "Pomodoro 🍅" "$1"
|
notify-send "Pomodoro 🍅" "$1"
|
||||||
fi
|
fi
|
||||||
echo "🍅 Pomodoro: $1"
|
printf "%s -- 🍅 Pomodoro: %s\n" "$(date +'%H:%M:%S')" "$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
while true
|
while true
|
||||||
|
|
Loading…
Reference in a new issue