[Theme] Fix transparency property values

An old sed change "background" to "background-color".

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
Quentin Glidic 2019-01-27 13:25:06 +01:00
parent 274f2297aa
commit 3dfbf1c631
No known key found for this signature in database
GPG Key ID: AC203F96E2C34BB7
2 changed files with 2 additions and 2 deletions

View File

@ -952,7 +952,7 @@ The following properties are currently supported:
\fBfont\fR: string The font used in the window
.
.IP "\(bu" 4
\fBtransparency\fR: string Indicating if transparency should be used and what type: \fBreal\fR \- True transparency\. Only works with a compositor\. \fBbackground\-color\fR \- Take a screenshot of the background image and use that\. \fBscreenshot\fR \- Take a screenshot of the screen and use that\. \fBPath\fR to png file \- Use an image\.
\fBtransparency\fR: string Indicating if transparency should be used and what type: \fBreal\fR \- True transparency\. Only works with a compositor\. \fBbackground\fR \- Take a screenshot of the background image and use that\. \fBscreenshot\fR \- Take a screenshot of the screen and use that\. \fBPath\fR to png file \- Use an image\.
.
.IP "\(bu" 4
\fBlocation\fR: position The place of the anchor on the monitor

View File

@ -599,7 +599,7 @@ The following properties are currently supported:
* **transparency**: string
Indicating if transparency should be used and what type:
**real** - True transparency. Only works with a compositor.
**background-color** - Take a screenshot of the background image and use that.
**background** - Take a screenshot of the background image and use that.
**screenshot** - Take a screenshot of the screen and use that.
**Path** to png file - Use an image.