summaryrefslogtreecommitdiff
path: root/irssi.conf
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-03-10 14:02:33 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-03-10 14:02:33 +0000
commit7c9ac989ff6b0088ef0e2369b34eb8d1e100aeda (patch)
treeb8f953f402e371624e129df44aeae846c4b1a8d0 /irssi.conf
parentcc74b97a51e56e2525bc6cc40a42ba9ca0ee2acc (diff)
downloadirssi-7c9ac989ff6b0088ef0e2369b34eb8d1e100aeda.zip
No more infobar, but in empty windows topicbar contains the URL.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2547 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'irssi.conf')
-rw-r--r--irssi.conf15
1 files changed, 3 insertions, 12 deletions
diff --git a/irssi.conf b/irssi.conf
index 86a722a3..e1f354c6 100644
--- a/irssi.conf
+++ b/irssi.conf
@@ -121,8 +121,6 @@ statusbar = {
# treated "normally", you could change the time/user name to whatever
time = "{sb $Z}";
user = "{sb $cumode$N{sbmode $usermode}{sbaway $A}}";
- topic = " $topic";
- info = " Irssi v$J - http://irssi.org/beginner/ - read it to get rid of this";
# treated specially .. window is printed with non-empty windows,
# window_empty is printed with empty windows
@@ -130,6 +128,8 @@ statusbar = {
window_empty = "{sb $winref{sbservertag $tag}}";
prompt = "{prompt $[.15]T}";
prompt_empty = "{prompt $winname}";
+ topic = " $topic";
+ topic_empty = " Irssi v$J - http://irssi.org/help/";
# all of these treated specially, they're only displayed when needed
lag = "{sb Lag: $0-}";
@@ -184,16 +184,6 @@ statusbar = {
};
};
- # (annoying) infobar requesting new users to visit irssi.org and read
- # a bit of documentation :)
- info = {
- type = "root";
- placement = "bottom";
- position = "1";
- visible = "always";
- items = { info = { }; };
- };
-
# we treat input line as yet another statusbar :) It's possible to
# add other items before or after the input line item.
prompt = {
@@ -219,6 +209,7 @@ statusbar = {
items = {
barstart = { priority = "100"; };
topic = { };
+ topic_empty = { };
barend = { priority = "100"; alignment = "right"; };
};
};