diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-12-28 11:42:57 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-12-28 11:42:57 +0100 |
commit | 27431e234d295bb909f056f0d03050cffc662115 (patch) | |
tree | b50bfeb62911ddf8236664d4305c8efcd39f57a8 /doc/en/autogen/user | |
parent | aa0289cbbdecb330318a589949d4018ec3b66ee9 (diff) | |
download | weechat-27431e234d295bb909f056f0d03050cffc662115.zip |
core: check bar conditions in root bars and on each update of a bar item
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.asciidoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/autogen/user/weechat_commands.asciidoc b/doc/en/autogen/user/weechat_commands.asciidoc index 0cab07924..70ef1878a 100644 --- a/doc/en/autogen/user/weechat_commands.asciidoc +++ b/doc/en/autogen/user/weechat_commands.asciidoc @@ -13,7 +13,7 @@ message: message for away (if no message is given, away status is removed) ---- /bar list|listfull|listitems - add <name> <type>[,<condition>] <position> <size> <separator> <item1>[,<item2>...] + add <name> <type>[,<conditions>] <position> <size> <separator> <item1>[,<item2>...] default [input|title|status|nicklist] del <name>|-all set <name> <option> <value> @@ -27,12 +27,12 @@ message: message for away (if no message is given, away status is removed) name: name of bar (must be unique) type: root: outside windows, window: inside windows, with optional conditions (see below) - condition: condition(s) for displaying bar (only for type "window"): + conditions: the conditions to display the bar: active: on active window inactive: on inactive windows nicklist: on windows with nicklist other condition: see /help weechat.bar.xxx.conditions and /help eval - without condition, the bar is always displayed + without conditions, the bar is always displayed position: bottom, top, left or right size: size of bar (in chars) separator: 1 for using separator (line), 0 or nothing means no separator |