1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-02 12:54:39 +00:00

Fish: betterer timer

This commit is contained in:
Phantop 2019-10-06 20:29:50 -04:00
parent eb804bdcea
commit d600f8894b

View file

@ -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