summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2019-01-27 13:25:06 +0100
committerQuentin Glidic <sardemff7+git@sardemff7.net>2019-01-27 13:25:06 +0100
commit3dfbf1c63167059408144072053feb9c020d7e0e (patch)
tree78fd7eaf7844a3138cf360ec17e32bccac2803fb
parent274f2297aac92fb3c7bc4b8f09c696bbf1873f37 (diff)
[Theme] Fix transparency property values
An old sed change "background" to "background-color". Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
-rw-r--r--doc/rofi-theme.52
-rw-r--r--doc/rofi-theme.5.markdown2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/rofi-theme.5 b/doc/rofi-theme.5
index 91a6d4bc..3c0b1c85 100644
--- a/doc/rofi-theme.5
+++ b/doc/rofi-theme.5
@@ -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
diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown
index e49246fb..92abb881 100644
--- a/doc/rofi-theme.5.markdown
+++ b/doc/rofi-theme.5.markdown
@@ -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.