diff options
Diffstat (limited to '')
-rw-r--r-- | fish/functions/pomo.fish | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fish/functions/pomo.fish b/fish/functions/pomo.fish new file mode 100644 index 0000000..37e7840 --- /dev/null +++ b/fish/functions/pomo.fish @@ -0,0 +1,4 @@ +# Defined in /tmp/fish.ZKaTF7/pomo.fish @ line 1 +function pomo --description 'Pomodoro for 25 minutes with zenity warning at end' + sleep 1500; and zenity --warning --text="Stop working! Break for 5 mins." +end |