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