mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-10 15:44:41 -05:00
[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:
parent
274f2297aa
commit
3dfbf1c631
2 changed files with 2 additions and 2 deletions
|
@ -952,7 +952,7 @@ The following properties are currently supported:
|
||||||
\fBfont\fR: string The font used in the window
|
\fBfont\fR: string The font used in the window
|
||||||
.
|
.
|
||||||
.IP "\(bu" 4
|
.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
|
.IP "\(bu" 4
|
||||||
\fBlocation\fR: position The place of the anchor on the monitor
|
\fBlocation\fR: position The place of the anchor on the monitor
|
||||||
|
|
|
@ -599,7 +599,7 @@ The following properties are currently supported:
|
||||||
* **transparency**: string
|
* **transparency**: string
|
||||||
Indicating if transparency should be used and what type:
|
Indicating if transparency should be used and what type:
|
||||||
**real** - True transparency. Only works with a compositor.
|
**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.
|
**screenshot** - Take a screenshot of the screen and use that.
|
||||||
**Path** to png file - Use an image.
|
**Path** to png file - Use an image.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue