mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
Update manpage
This commit is contained in:
parent
c62137f8ab
commit
0352e99dea
1 changed files with 3 additions and 3 deletions
|
@ -1133,9 +1133,9 @@ The offset of the window to the anchor point, allowing you to push the window le
|
||||||
.IP \(bu 2
|
.IP \(bu 2
|
||||||
\fBstr\fP: the string to display by this textbox (string).
|
\fBstr\fP: the string to display by this textbox (string).
|
||||||
.IP \(bu 2
|
.IP \(bu 2
|
||||||
\fBvertical\-align\fP: vertical alignment of the text (\fB\fC0\fR top, \fB\fC1\fR bottom).
|
\fBvertical\-align\fP: Vertical alignment of the text. A number between 0 (top) and 1 (bottom).
|
||||||
.IP \(bu 2
|
.IP \(bu 2
|
||||||
\fBhorizontal\-align\fP: horizontal alignment of the text (\fB\fC0\fR left, \fB\fC1\fR right).
|
\fBhorizontal\-align\fP: Horizontal alignment of the text. A number between 0 (left) and 1 (right).
|
||||||
.IP \(bu 2
|
.IP \(bu 2
|
||||||
\fBtext\-color\fP: the text color to use.
|
\fBtext\-color\fP: the text color to use.
|
||||||
.IP \(bu 2
|
.IP \(bu 2
|
||||||
|
@ -1387,7 +1387,7 @@ Example:
|
||||||
.nf
|
.nf
|
||||||
textbox\-custom {
|
textbox\-custom {
|
||||||
expand: false;
|
expand: false;
|
||||||
content: "My Message";
|
content: "My Message";
|
||||||
}
|
}
|
||||||
|
|
||||||
.fi
|
.fi
|
||||||
|
|
Loading…
Reference in a new issue