From 22c5f7b005dc2aef9b6754fcc46937666f57e59d Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 23 Dec 2002 10:08:10 +0000 Subject: [PATCH] Added sbnickmode around $cumode in statusbar. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3074 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- default.theme | 1 + irssi.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/default.theme b/default.theme index a135cf3d..98af18b3 100644 --- a/default.theme +++ b/default.theme @@ -277,6 +277,7 @@ abstracts = { sbmode = "(%c+%n$*)"; sbaway = " (%GzZzZ%n)"; sbservertag = ":$0 (change with ^X)"; + sbnickmode = "$0"; # activity in statusbar diff --git a/irssi.conf b/irssi.conf index f5515382..b9e2a5b1 100644 --- a/irssi.conf +++ b/irssi.conf @@ -174,7 +174,7 @@ statusbar = { # treated "normally", you could change the time/user name to whatever time = "{sb $Z}"; - user = "{sb $cumode$N{sbmode $usermode}{sbaway $A}}"; + user = "{sb {sbnickmode $cumode}$N{sbmode $usermode}{sbaway $A}}"; # treated specially .. window is printed with non-empty windows, # window_empty is printed with empty windows