diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-02 17:43:23 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-02 17:43:23 +0200 |
commit | 010c7903562963e5585190896f47d62218fa08fd (patch) | |
tree | b1cf45753a04acacce1502e57ce4b40a241df19e /bin/extra/pomo | |
parent | efbc3b1db349655a3c075ab5da22b1877c97fbb3 (diff) |
added scripts
Diffstat (limited to 'bin/extra/pomo')
-rwxr-xr-x | bin/extra/pomo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/extra/pomo b/bin/extra/pomo new file mode 100755 index 0000000..4227738 --- /dev/null +++ b/bin/extra/pomo @@ -0,0 +1,8 @@ +#!/bin/sh +while true +do + date +%R + sleep 20m + notify-send -u critical -t 5000 "pomodoro" "BREAK TIME" + sleep 5m +done |