diff --git a/.config/senpai/highlight b/.config/senpai/highlight new file mode 100755 index 0000000..785dbb2 --- /dev/null +++ b/.config/senpai/highlight @@ -0,0 +1,6 @@ +#!/bin/sh + +escape() { + printf "%s" "$1" | sed 's#\#\\#g' +} +notify-send "[$BUFFER] $SENDER" "$(escape "$MESSAGE")" diff --git a/.config/senpai/senpai.scfg b/.config/senpai/senpai.scfg new file mode 100644 index 0000000..ea3a5f2 --- /dev/null +++ b/.config/senpai/senpai.scfg @@ -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 +}