summary refs log tree commit diff
path: root/.config/senpai
diff options
context:
space:
mode:
Diffstat (limited to '.config/senpai')
-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")"