From 63feeb9f369fc6176e85c1c2d8fcc863caad1946 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 10 Feb 2026 12:32:48 +0100 Subject: start new MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .config/senpai/highlight | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 .config/senpai/highlight (limited to '.config/senpai/highlight') 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")" -- cgit 1.4.1