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:
parent
e85afcb364
commit
2c098cf059
2 changed files with 0 additions and 32 deletions
|
@ -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
|
|
@ -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"
|
||||
}
|
Loading…
Add table
Reference in a new issue