summary refs log tree commit diff
path: root/.config/senpai/highlight
diff options
context:
space:
mode:
Diffstat (limited to '.config/senpai/highlight')
-rwxr-xr-x.config/senpai/highlight14
1 files changed, 0 insertions, 14 deletions
diff --git a/.config/senpai/highlight b/.config/senpai/highlight
deleted file mode 100755
index 810a145..0000000
--- a/.config/senpai/highlight
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-escape() {
-	printf "%s" "$1" | sed 's#\\#\\\\#g'
-}
-# FOCUS=$(swaymsg -t get_tree | jq '..|objects|select(.focused==true)|.app_id' | grep -c senpai)
-# 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")"