awesomerc.5.txt update for draw_style
This commit is contained in:
parent
29673467f9
commit
edc56d8138
|
@ -479,7 +479,7 @@ This widget shows a graph.
|
||||||
|
|
||||||
*data*::
|
*data*::
|
||||||
Defines a data-stream section;
|
Defines a data-stream section;
|
||||||
Options: max, scale, fg, fg_center, fg_end and style.
|
Options: max, scale, fg, fg_center, fg_end and draw_style.
|
||||||
*max*::
|
*max*::
|
||||||
This value prints a full graph (default = 100)
|
This value prints a full graph (default = 100)
|
||||||
*scale*::
|
*scale*::
|
||||||
|
@ -492,8 +492,8 @@ This widget shows a graph.
|
||||||
Foreground color at the end of a bar (as gradient).
|
Foreground color at the end of a bar (as gradient).
|
||||||
*vertical_gradient*
|
*vertical_gradient*
|
||||||
If true, create a gradient from 0 > full instead of new > old values
|
If true, create a gradient from 0 > full instead of new > old values
|
||||||
*style*::
|
*draw_style*::
|
||||||
bottom (fills to bottom with fg), top, or line.
|
bottom (fills from bottom to top), top, or line.
|
||||||
*mouse*::
|
*mouse*::
|
||||||
Set mouse bindings.
|
Set mouse bindings.
|
||||||
*width*::
|
*width*::
|
||||||
|
@ -699,7 +699,7 @@ screen <integer> [MULTI]
|
||||||
{
|
{
|
||||||
data [MULTI]
|
data [MULTI]
|
||||||
{
|
{
|
||||||
scale = <boolean> max = <float> style = <{bottom, top, line}>
|
scale = <boolean> max = <float> draw_style = <{bottom, top, line}>
|
||||||
fg = <color> fg_center = <color> fg_end = <color>
|
fg = <color> fg_center = <color> fg_end = <color>
|
||||||
vertical_gradient = <boolean>
|
vertical_gradient = <boolean>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue