forked from PsychoticNinja/irssi
Added sbnickmode around $cumode in statusbar.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3074 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d5bc95bc22
commit
22c5f7b005
@ -277,6 +277,7 @@ abstracts = {
|
|||||||
sbmode = "(%c+%n$*)";
|
sbmode = "(%c+%n$*)";
|
||||||
sbaway = " (%GzZzZ%n)";
|
sbaway = " (%GzZzZ%n)";
|
||||||
sbservertag = ":$0 (change with ^X)";
|
sbservertag = ":$0 (change with ^X)";
|
||||||
|
sbnickmode = "$0";
|
||||||
|
|
||||||
# activity in statusbar
|
# activity in statusbar
|
||||||
|
|
||||||
|
@ -174,7 +174,7 @@ statusbar = {
|
|||||||
|
|
||||||
# treated "normally", you could change the time/user name to whatever
|
# treated "normally", you could change the time/user name to whatever
|
||||||
time = "{sb $Z}";
|
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,
|
# treated specially .. window is printed with non-empty windows,
|
||||||
# window_empty is printed with empty windows
|
# window_empty is printed with empty windows
|
||||||
|
Loading…
x
Reference in New Issue
Block a user