Agregar config de senpai

This commit is contained in:
Cat /dev/Nulo 2021-12-22 13:20:04 -03:00
parent 887415e48a
commit 26371c226b
2 changed files with 17 additions and 0 deletions

6
.config/senpai/highlight Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
escape() {
printf "%s" "$1" | sed 's#\#\\#g'
}
notify-send "[$BUFFER] $SENDER" "$(escape "$MESSAGE")"

View file

@ -0,0 +1,11 @@
address soju.nulo.in:4443
nickname Nulo
username Nulo@lapsen
password-cmd pass show soju.nulo.in/Nulo
highlight nulo Nulo
on-highlight-path /home/diablo/.config/senpai/highlight
pane-widths {
nicknames 16
channels 16
members 16
}