From 69b79cec96193fb65e56d3fee4426fd73088a056 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 18 Nov 2022 17:30:29 +0100 Subject: senpai: update highlight script --- .config/senpai/highlight | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) mode change 100644 => 100755 .config/senpai/highlight diff --git a/.config/senpai/highlight b/.config/senpai/highlight old mode 100644 new mode 100755 index aaa2e43..810a145 --- 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")" -- cgit 1.4.1