1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-12 05:40:17 +00:00

Delete senpai highlight and senpai scfg configuration files

This commit is contained in:
Luna 2023-11-08 01:36:34 +01:00
parent e85afcb364
commit 2c098cf059
2 changed files with 0 additions and 32 deletions

View file

@ -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

View file

@ -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"
}