mirror of https://codeberg.org/anemofilia/zero
radio: files: Add senpai
parent
0e631d55f7
commit
e7af051da4
|
@ -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
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
read -p 'senpai password: '
|
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue