man page for widget_tell options modified; 'bar{}' is now 'data{}'
This commit is contained in:
parent
cd28b2357b
commit
7c27f84287
|
@ -456,8 +456,9 @@ progressbar
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
This widget shows one or more progress-bars.
|
This widget shows one or more progress-bars.
|
||||||
|
|
||||||
*bar*::
|
*data*::
|
||||||
Draws a bar; Options: fg, bg, bordercolor.
|
Draws a bar for each data section;
|
||||||
|
Options: fg, fg_center, fg_end, bg, bordercolor.
|
||||||
*fg*::
|
*fg*::
|
||||||
Foreground color.
|
Foreground color.
|
||||||
*fg_center*::
|
*fg_center*::
|
||||||
|
@ -488,7 +489,8 @@ graph
|
||||||
This widget shows a graph.
|
This widget shows a graph.
|
||||||
|
|
||||||
*data*::
|
*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*::
|
*max*::
|
||||||
This value prints a full graph (default = 100)
|
This value prints a full graph (default = 100)
|
||||||
*scale*::
|
*scale*::
|
||||||
|
@ -684,7 +686,7 @@ screen <integer> [MULTI]
|
||||||
}
|
}
|
||||||
progressbar <identifier> [MULTI]
|
progressbar <identifier> [MULTI]
|
||||||
{
|
{
|
||||||
bar [MULTI]
|
data [MULTI]
|
||||||
{
|
{
|
||||||
fg = <color> fg_center = <color> fg_end = <color>
|
fg = <color> fg_center = <color> fg_end = <color>
|
||||||
bg = <color> bordercolor = <color>
|
bg = <color> bordercolor = <color>
|
||||||
|
|
Loading…
Reference in New Issue