all repos — dotfiles @ d86335ae17b71d51de5b5cd51005d46398cf5610

personal dotfiles

.local/bin/nimi_sewi (view raw)

 1#!/bin/sh
 2
 3# generate random tokipona phrase(see nimisewi for details),
 4# copy it to the clipboard and send notification with it
 5
 6_nimi_sewi=$(nimisewi)
 7
 8echo $_nimi_sewi | xclip -sel clipboard
 9
10notify-send -a nimi_sewi -t 2000 "nimi sewi" "$_nimi_sewi"