summaryrefslogtreecommitdiff
path: root/bin/extra/pomo
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-02 17:43:23 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-02 17:43:23 +0200
commit010c7903562963e5585190896f47d62218fa08fd (patch)
treeb1cf45753a04acacce1502e57ce4b40a241df19e /bin/extra/pomo
parentefbc3b1db349655a3c075ab5da22b1877c97fbb3 (diff)
added scripts
Diffstat (limited to 'bin/extra/pomo')
-rwxr-xr-xbin/extra/pomo8
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