diff options
| -rwxr-xr-x[-rw-r--r--] | .config/senpai/highlight | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.config/senpai/highlight b/.config/senpai/highlight index aaa2e43..810a145 100644..100755 --- a/.config/senpai/highlight +++ b/.config/senpai/highlight @@ -6,5 +6,9 @@ escape() { # if [ "$HERE" -eq 0 ] || [ "$FOCUS" -eq 0 ]; then # notify-send "[$BUFFER] $SENDER" "$(escape "$MESSAGE")" # fi -notify-send -a senpai -i "$(iconez -n message-reply-text-outline)" -c audible \ - "[$BUFFER] $SENDER" "$(escape "$MESSAGE")" +notify-send \ + -a senpai \ + -i "$(iconez -n message-reply-text-outline)" \ + -c audible \ + "[$BUFFER] $SENDER" \ + "$(escape "$MESSAGE")" |