awesomerc.1 update: fg_full for the progressbar
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
b024b0c0cf
commit
9fc7d714c2
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue