Agregar config de senpai
This commit is contained in:
parent
887415e48a
commit
26371c226b
2 changed files with 17 additions and 0 deletions
6
.config/senpai/highlight
Executable file
6
.config/senpai/highlight
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
escape() {
|
||||||
|
printf "%s" "$1" | sed 's#\#\\#g'
|
||||||
|
}
|
||||||
|
notify-send "[$BUFFER] $SENDER" "$(escape "$MESSAGE")"
|
11
.config/senpai/senpai.scfg
Normal file
11
.config/senpai/senpai.scfg
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue