From d600f8894b6b1f2aca36e4086a05d5bd4b7ef653 Mon Sep 17 00:00:00 2001 From: Phantop Date: Sun, 6 Oct 2019 20:29:50 -0400 Subject: [PATCH] Fish: betterer timer --- .config/fish/functions/timer.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/fish/functions/timer.fish b/.config/fish/functions/timer.fish index f31dc45..d146af3 100644 --- a/.config/fish/functions/timer.fish +++ b/.config/fish/functions/timer.fish @@ -1,7 +1,8 @@ -# Defined in /tmp/fish.q2rjYH/timer.fish @ line 2 +# Defined in /tmp/fish.7W1FjE/timer.fish @ line 2 function timer tmux new-session -d 'while true countdown 20m + notify-send Time zenity --info --text=Time end' end