瀏覽代碼

changed irssi config to work nicely with mbell

master
mort 9 年之前
父節點
當前提交
5670447f6a
共有 2 個檔案被更改,包括 7 行新增1 行删除
  1. 2
    0
      bin/mbell
  2. 5
    1
      dotfiles/irssi/config

+ 2
- 0
bin/mbell 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存