Sfoglia il codice sorgente

changed irssi config to work nicely with mbell

master
mort 9 anni fa
parent
commit
5670447f6a
2 ha cambiato i file con 7 aggiunte e 1 eliminazioni
  1. 2
    0
      bin/mbell
  2. 5
    1
      dotfiles/irssi/config

+ 2
- 0
bin/mbell Vedi File

@@ -1,9 +1,11 @@
#!/bin/bash

if [[ $1 ]]; then
name=$1
else
name="<unknown>"
fi

code=1

while true; do

+ 5
- 1
dotfiles/irssi/config Vedi File

@@ -260,7 +260,11 @@ statusbar = {
};
settings = {
"fe-text" = { actlist_sort = "refnum"; };
"fe-common/core" = { theme = "envy"; };
"fe-common/core" = {
theme = "envy";
bell_beeps = "yes";
beep_msg_level = "MSGS NOTICES DCC DCCMSGS HILIGHT";
};
core = {
real_name = "Martin D. N.";
user_name = "martin";

Loading…
Annulla
Salva