Update AWL formatting.

This commit is contained in:
David Tomaschik
2016-01-30 14:11:19 -08:00
parent 727981e760
commit 736e24468b
2 changed files with 15 additions and 2 deletions

View File

@@ -92,7 +92,9 @@ channels = (
{ name = "#radare"; chatnet = "freenode"; autojoin = "yes"; }, { name = "#radare"; chatnet = "freenode"; autojoin = "yes"; },
{ name = "#vulnhub"; chatnet = "freenode"; autojoin = "yes"; }, { name = "#vulnhub"; chatnet = "freenode"; autojoin = "yes"; },
{ name = "#redditnet"; chatnet = "geekshed"; autojoin = "yes"; }, { name = "#redditnet"; chatnet = "geekshed"; autojoin = "yes"; },
{ name = "#rpisec"; chatnet = "rpisec"; autojoin = "yes"; } { name = "#rpisec"; chatnet = "rpisec"; autojoin = "yes"; },
{ name = "#offsec"; chatnet = "freenode"; autojoin = "yes"; },
{ name = "#offtopicsec"; chatnet = "freenode"; autojoin = "yes"; }
); );
aliases = { aliases = {
@@ -272,6 +274,13 @@ statusbar = {
barend = { priority = "100"; alignment = "right"; }; barend = { priority = "100"; alignment = "right"; };
}; };
}; };
awl_2 = {
items = {
barstart = { priority = "100"; };
awl_2 = { };
barend = { priority = "100"; alignment = "right"; };
};
};
}; };
}; };
settings = { settings = {
@@ -294,8 +303,9 @@ settings = {
awl_shared_sbar = "OFF"; awl_shared_sbar = "OFF";
awl_viewer = "no"; awl_viewer = "no";
awl_block = "-15"; awl_block = "-15";
awl_maxlines = "2"; awl_maxlines = "3";
awl_height_adjust = "2"; awl_height_adjust = "2";
awl_hide_empty = "0";
}; };
}; };
windows = { windows = {

View File

@@ -292,3 +292,6 @@ abstracts = {
# hilight with specified color, $0 = color, $1 = text # hilight with specified color, $0 = color, $1 = text
sb_act_hilight_color = "$0$1-%n"; sb_act_hilight_color = "$0$1-%n";
}; };
formats = {
"Irssi::Script::adv_windowlist" = { awl_display_header = ""; };
};