mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-25 00:03:29 +00:00
Fish: improve timer and base64d
This commit is contained in:
parent
a75b4cc44b
commit
e662692ead
|
@ -1,4 +1,4 @@
|
|||
# Defined in /tmp/fish.EaCb2O/base64d.fish @ line 1
|
||||
# Defined in /tmp/fish.JliNyj/base64d.fish @ line 2
|
||||
function base64d
|
||||
echo $argv | base64 -d
|
||||
echo $argv | base64 -d 2>/dev/null
|
||||
end
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Defined in /tmp/fish.7W1FjE/timer.fish @ line 2
|
||||
# Defined in /tmp/fish.dHrfIi/timer.fish @ line 2
|
||||
function timer
|
||||
tmux new-session -d 'while true
|
||||
countdown 20m
|
||||
notify-send Time
|
||||
zenity --info --text=Time
|
||||
zenity --info --text=Time & mpv ~/Music/.break
|
||||
end'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue