dots


commit
1bfb919
parent
79acd49
author
xxwhirlpool
date
2025-09-20 23:31:35 -0400 EDT
senpai stuff
2 files changed,  +4, -0
A config/.config/senpai/highlight
+3, -0
1@@ -0,0 +1,3 @@
2+#!/usr/bin/env bash
3+
4+notify-send "senpai" "New message from $SENDER"
M config/.config/senpai/senpai.scfg
+1, -0
1@@ -2,3 +2,4 @@ address "chat.4-walls.net:6697"
2 nickname "kat"
3 password-cmd cat "/home/kat/.ircpass"
4 on-highlight-beep true
5+on-highlight-path "/home/kat/.config/senpai/highlight"