From 87777968c3ed367f51524ca1d1aa5bcd2e5ed7a9 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 15 Mar 2001 02:26:12 +0000 Subject: Beginnings of configurable statusbar. The existing items can be configured in default.theme. If some abstract isn't set in theme, it fallbacks to the one in default.theme now. This should help with old themes, and maybe themes that don't change something should just keep those parts commented out.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1386 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- default.theme | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'default.theme') diff --git a/default.theme b/default.theme index d6c5ae46..bc7f1fd2 100644 --- a/default.theme +++ b/default.theme @@ -229,4 +229,26 @@ abstracts = { dccmsg = "[%G$1-%K(%g$0%K)%n] "; dccquerynick = "%G$0-%n"; dccaction = "%W (*dcc*) $0-%n %|"; + + ## + ## statusbar + ## + + # background of statusbar + sb_background = "%4"; + + # default statusbar item style + sb = "%c[%n$0-%c]%n"; + + sbmode = "(%c+%n$0-)"; + sbaway = " (%GzZzZ%n)"; + sbservertag = ":$0 (change with ^X)"; + sbmore = "%_-- more --%_"; + sblag = "{sb Lag: $0-}"; + sbmail = "{sb Mail: $0-}"; + + # activity. Det is used for hilights when display doesn't support colors + sbact = "{sb {sbact_act $0}{sbact_det $1}}"; + sbact_act = "Act: $0-"; + sbact_det = " Det: $0-"; }; -- cgit v1.2.3