confix/home-manager/dots/senpai/highlight

7 lines
125 B
Bash
Executable File

#!/usr/bin/env sh
escape() {
printf "%s" "$1" | sed 's#\#\\#g'
}
notify-desktop "[$BUFFER] $SENDER" "$(escape "$MESSAGE")"