Ver código fonte

changed irssi config to work nicely with mbell

master
mort 9 anos atrás
pai
commit
5670447f6a
2 arquivos alterados com 7 adições e 1 exclusões
  1. 2
    0
      bin/mbell
  2. 5
    1
      dotfiles/irssi/config

+ 2
- 0
bin/mbell Ver arquivo

#!/bin/bash #!/bin/bash

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

code=1 code=1


while true; do while true; do

+ 5
- 1
dotfiles/irssi/config Ver arquivo

}; };
settings = { settings = {
"fe-text" = { actlist_sort = "refnum"; }; "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 = { core = {
real_name = "Martin D. N."; real_name = "Martin D. N.";
user_name = "martin"; user_name = "martin";

Carregando…
Cancelar
Salvar