awesomerc(1): fg_middle + fg_end color options for the graph widget added

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
marco candrian 2008-02-05 14:59:55 +01:00 committed by Julien Danjou
parent ff753f1f14
commit c9effe5877
1 changed files with 6 additions and 2 deletions

View File

@ -283,6 +283,10 @@ This widget shows a graph.
Re-scales when input > max (see below). Re-scales when input > max (see below).
*fg*:: *fg*::
Foreground color. Foreground color.
*fg_middle*::
Color at the middle of the graph
*fg_end*::
Color at the end of the graph
*style*:: *style*::
bottom (fills to bottom with fg), top, or line. bottom (fills to bottom with fg), top, or line.
*mouse*:: *mouse*::
@ -490,8 +494,8 @@ screen <integer> [MULTI]
{ {
data [MULTI] data [MULTI]
{ {
scale = <boolean> max = <float> fg = <color> scale = <boolean> max = <float> style = <{bottom, top, line}>
style = <{bottom, top, line}> fg = <color> fg_middle = <color> fg_end = <color>
} }
width = <integer> width = <integer>
height = <float> height = <float>