radio: files: Add senpai

main
Luis Guilherme Coelho 2024-11-19 11:56:35 -03:00
parent 0e631d55f7
commit e7af051da4
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
3 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#!/bin/sh
escape() {
printf "%s" "$1" | sed 's#\#\\#g'
}
notify-send --urgency=normal --expire-time=0 --category=Mail "[$BUFFER] $SENDER" "$(escape "$MESSAGE")"
mpv ~/.guix-home/profile/share/sounds/freedesktop/stereo/complete.oga

View File

@ -0,0 +1,3 @@
#!/bin/sh
read -p 'senpai password: '

View File

@ -0,0 +1,13 @@
address chat.sr.ht
nickname anemofilia
password-cmd pass show senpai/password
highlight anemofilia: anemofilia, radix saayix cargo2guix misako
channel "#coreboot" "#fossandcrafts" "#fsf" "#gnu" "#guix" "#guile" "#hurd" "#ibmthinkpad" "#kakoune" "#lisp" "#lobsters" "#scheme" "#spritely" "#savannah" "#whereiseveryone"
on-highlight-path /home/radio/.config/senpai/scripts/on-highlight.sh
tls true
typings false
mouse true
pane-widths {
nicknames 20
channels 20
}