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 -------------- .config/senpai/senpai.scfg | 9 --------- 2 files changed, 23 deletions(-) delete mode 100755 .config/senpai/highlight delete mode 100644 .config/senpai/senpai.scfg (limited to '.config/senpai') 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")" diff --git a/.config/senpai/senpai.scfg b/.config/senpai/senpai.scfg deleted file mode 100644 index 042c58d..0000000 --- a/.config/senpai/senpai.scfg +++ /dev/null @@ -1,9 +0,0 @@ -address chat.sr.ht - -username robertgzr@hibiki -nickname robertgzr -password-cmd pass show irc/chat.sr.ht - -pane-widths { - nicknames 12 -} -- cgit 1.4.1