#!/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"