mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-11 16:52:26 +00:00
Updated irssi config
This commit is contained in:
1
irssi/.irssi/.gitignore
vendored
Normal file
1
irssi/.irssi/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
away.log
|
||||
@@ -43,7 +43,7 @@ chatnets = {
|
||||
nick = "matalok";
|
||||
username = "matalok";
|
||||
realname = "matalok";
|
||||
autosendcmd = "^MSG Nickserver identify pepper; ^MSG vertigo enter matalok PASSWORD";
|
||||
autosendcmd = "^MSG Nickserver identify PASSWORD; ^MSG vertigo enter matalok PASSWORD";
|
||||
};
|
||||
AAChat = { type = "IRC"; };
|
||||
};
|
||||
@@ -61,7 +61,7 @@ settings = {
|
||||
user_name = "nikdoof";
|
||||
nick = "nikdoof";
|
||||
};
|
||||
"fe-text" = { actlist_sort = "refnum"; };
|
||||
"fe-text" = { actlist_sort = "refnum"; colors_ansi_24bit = "yes"; };
|
||||
"fe-common/core" = {
|
||||
activity_hide_level = "QUITS JOINS PARTS KICKS MODES TOPIC NICKS";
|
||||
};
|
||||
@@ -155,3 +155,4 @@ mainwindows = {
|
||||
1 = { first_line = "7"; lines = "55"; };
|
||||
10 = { first_line = "1"; lines = "6"; };
|
||||
};
|
||||
hilights = ( { text = "matalok"; nick = "yes"; word = "yes"; } );
|
||||
|
||||
@@ -250,7 +250,7 @@ abstracts = {
|
||||
|
||||
# default background for all statusbars. You can also give
|
||||
# the default foreground color for statusbar items.
|
||||
sb_background = "%7%k";
|
||||
sb_background = "%4%k";
|
||||
|
||||
# default backround for "default" statusbar group
|
||||
#sb_default_bg = "%4";
|
||||
@@ -288,7 +288,7 @@ abstracts = {
|
||||
# public message
|
||||
sb_act_msg = "%W$*";
|
||||
# hilight
|
||||
sb_act_hilight = "%M$*";
|
||||
sb_act_hilight = "%y$*";
|
||||
# hilight with specified color, $0 = color, $1 = text
|
||||
sb_act_hilight_color = "$0$1-%n";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user