man page for widget_tell options modified; 'bar{}' is now 'data{}'

This commit is contained in:
marco candrian 2008-02-17 07:52:14 +01:00 committed by Julien Danjou
parent cd28b2357b
commit 7c27f84287

View file

@ -456,8 +456,9 @@ progressbar
~~~~~~~~~~~
This widget shows one or more progress-bars.
*bar*::
Draws a bar; Options: fg, bg, bordercolor.
*data*::
Draws a bar for each data section;
Options: fg, fg_center, fg_end, bg, bordercolor.
*fg*::
Foreground color.
*fg_center*::
@ -488,7 +489,8 @@ graph
This widget shows a graph.
*data*::
Defines a data-stream section; Options: max, scale, fg and style.
Defines a data-stream section;
Options: max, scale, fg, fg_center, fg_end and style.
*max*::
This value prints a full graph (default = 100)
*scale*::
@ -684,7 +686,7 @@ screen <integer> [MULTI]
}
progressbar <identifier> [MULTI]
{
bar [MULTI]
data [MULTI]
{
fg = <color> fg_center = <color> fg_end = <color>
bg = <color> bordercolor = <color>