1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-30 14:10:15 +00:00
dotfiles/.config/fish/functions/timer.fish

8 lines
160 B
Fish
Raw Normal View History

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