diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-09 21:23:24 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-09 21:23:24 +0200 |
commit | d89bf2c50e177f6570c2d845b14a014b5c7898c0 (patch) | |
tree | 4cde1086c03caf130b0ab2c297d96ea695dcb8e9 /bin | |
parent | 6434a2b0c1a0fc6bd9d63d437243d8c5fd45ac34 (diff) |
added more verbose output
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/extra/pomo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/extra/pomo b/bin/extra/pomo index 0971343..27722a4 100755 --- a/bin/extra/pomo +++ b/bin/extra/pomo @@ -10,8 +10,9 @@ while true do notif "<b>START</b>" - date +%R + date '+%R S' sleep 20m + date '+%R B' if [ "$i" -eq 3 ] then notify-send -u critical -t 1200000 "pomodoro" "GIGA BREAK TIME" |