mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
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
1 changed files with 3 additions and 1 deletions
|
@ -252,6 +252,8 @@ This widget shows one or more progress-bars.
|
|||
Draws a bar; Options: fg, bg, bordercolor.
|
||||
*fg*::
|
||||
Foreground color.
|
||||
*fg_full*::
|
||||
Foreground color of a full bar (as gradient).
|
||||
*bg*::
|
||||
Background color.
|
||||
*bordercolor*::
|
||||
|
@ -467,7 +469,7 @@ screen <integer> [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>
|
||||
width = <integer>
|
||||
height = <float>
|
||||
|
|
Loading…
Reference in a new issue