awesomerc.1 update: fg_full for the progressbar

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
marco candrian 2008-02-03 08:22:56 +01:00 committed by Julien Danjou
parent b024b0c0cf
commit 9fc7d714c2
1 changed files with 3 additions and 1 deletions

View File

@ -252,6 +252,8 @@ This widget shows one or more progress-bars.
Draws a bar; Options: fg, bg, bordercolor. Draws a bar; Options: fg, bg, bordercolor.
*fg*:: *fg*::
Foreground color. Foreground color.
*fg_full*::
Foreground color of a full bar (as gradient).
*bg*:: *bg*::
Background color. Background color.
*bordercolor*:: *bordercolor*::
@ -467,7 +469,7 @@ screen <integer> [MULTI]
} }
progressbar <identifier> [MULTI] progressbar <identifier> [MULTI]
{ {
bar { fg = <color> bg = <color> bordercolor = <color> } [MULTI] bar { fg = <color> fg_full = <color> bg = <color> bordercolor = <color> } [MULTI]
gap = <integer> gap = <integer>
width = <integer> width = <integer>
height = <float> height = <float>