Allow a single gradient per bg/state
This commit is contained in:
@@ -179,7 +179,7 @@ Identifier 0 refers to a special background which is fully transparent, identifi
|
||||
.PP
|
||||
(Available since 0.13.0)
|
||||
.PP
|
||||
Backgrounds also allow specifying one or more gradient layers
|
||||
Backgrounds also allow specifying gradient layers
|
||||
that are drawn on top of the solid color background.
|
||||
.PP
|
||||
First the user must define one or more gradients in the config file,
|
||||
@@ -188,9 +188,7 @@ each starting with \fB\fCgradient = TYPE\fR\&. These must be added before backgr
|
||||
Then gradients can be added by index to backgrounds,
|
||||
using the \fB\fCgradient_id = INDEX\fR, \fB\fChover_gradient_id = INDEX\fR and
|
||||
\fB\fCpressed_gradient_id = INDEX\fR, where \fB\fCINDEX\fR is
|
||||
the gradient index, starting from 1. The \fB\fC*gradient_id\fR option can be repeated
|
||||
for the same background, which results in multiple gradients
|
||||
being drawn on top of each other in the given order.
|
||||
the gradient index, starting from 1.
|
||||
.SS Simple gradients
|
||||
.PP
|
||||
These are gradients that vary from fixed control points (top\-to\-bottom, left\-to\-right
|
||||
|
||||
Reference in New Issue
Block a user