diff options
Diffstat (limited to '.local/bin/nimi_sewi')
| -rwxr-xr-x | .local/bin/nimi_sewi | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.local/bin/nimi_sewi b/.local/bin/nimi_sewi deleted file mode 100755 index c21c40f..0000000 --- a/.local/bin/nimi_sewi +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -# generate random tokipona phrase(see nimisewi for details), -# copy it to the clipboard and send notification with it - -_nimi_sewi=$(nimisewi) - -echo "$_nimi_sewi" | xclip -sel clipboard - -notify-send -a nimi_sewi -t 2000 "nimi sewi" "$_nimi_sewi" |
