summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2022-11-18 17:30:29 +0100
committerRobert Günzler <r@gnzler.io>2022-11-18 18:38:19 +0100
commit69b79cec96193fb65e56d3fee4426fd73088a056 (patch)
treed4a4977c68bde7a9b9d44063c09e1b783102024c
parent6e5965ee860de276146a0594cd2e86919282aaea (diff)
senpai: update highlight script
-rwxr-xr-x[-rw-r--r--].config/senpai/highlight8
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")"