From 2c098cf0598835324c24e8bb3d1fb3714db399e4 Mon Sep 17 00:00:00 2001 From: Luna Komorebi Date: Wed, 8 Nov 2023 01:36:34 +0100 Subject: [PATCH] Delete senpai highlight and senpai scfg configuration files --- config/senpai/highlight | 17 ----------------- config/senpai/senpai.scfg | 15 --------------- 2 files changed, 32 deletions(-) delete mode 100644 config/senpai/highlight delete mode 100644 config/senpai/senpai.scfg diff --git a/config/senpai/highlight b/config/senpai/highlight deleted file mode 100644 index f771d3d..0000000 --- a/config/senpai/highlight +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -escape() { - printf "%s" "$1" | sed 's#\\#\\\\#g' -} - -if [ "$BUFFER" = "$SENDER" ]; then - title="[$BUFFER]" -else - title="[$BUFFER] $SENDER" -fi - -focus=$(xdotool getwindowfocus getwindowname |grep -c senpai) - -if [ "$focus" -eq 0 ]; then - notify-send "$title" "$(escape "$MESSAGE")" -a "Senpai" -fi diff --git a/config/senpai/senpai.scfg b/config/senpai/senpai.scfg deleted file mode 100644 index d76e1a7..0000000 --- a/config/senpai/senpai.scfg +++ /dev/null @@ -1,15 +0,0 @@ -# to be used with https://github.com/ptrcnull/kouhai -address prox.lunax.cloud:6667 -nickname lunax -username lunax -tls true -password-cmd secret-tool lookup irc lunax -typings false -pane-widths { - nicknames 0 - channels 24 - members 0 -} -colors { - unread "#00ffff" -}