1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-20 08:58:52 +00:00
dotfiles/.config/fish/functions/timer.fish

9 lines
210 B
Fish
Raw Normal View History

2020-02-17 17:23:55 +00:00
# Defined in /tmp/fish.E3u1iE/timer.fish @ line 2
2019-06-29 23:14:54 +00:00
function timer
2020-02-17 17:23:55 +00:00
tmux new -s 0 -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-12-27 23:03:03 +00:00
zenity --info --text=Time & mpv ~/Music/.break
end'
2019-06-29 23:14:54 +00:00
end