1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-05 22:45:29 +00:00
dotfiles/.config/fish/functions/timer.fish

9 lines
192 B
Fish
Raw Normal View History

2019-10-07 00:29:50 +00:00
# Defined in /tmp/fish.7W1FjE/timer.fish @ line 2
2019-06-29 23:14:54 +00:00
function timer
tmux new-session -d 'while true
2019-10-06 00:03:32 +00:00
countdown 20m
2019-10-07 00:29:50 +00:00
notify-send Time
2019-10-06 00:03:32 +00:00
zenity --info --text=Time
end'
2019-06-29 23:14:54 +00:00
end