diff --git a/doc/rofi-theme.5 b/doc/rofi-theme.5 index bcd0d670..09af074c 100644 --- a/doc/rofi-theme.5 +++ b/doc/rofi-theme.5 @@ -1133,9 +1133,9 @@ The offset of the window to the anchor point, allowing you to push the window le .IP \(bu 2 \fBstr\fP: the string to display by this textbox (string). .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 -\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 \fBtext\-color\fP: the text color to use. .IP \(bu 2 @@ -1387,7 +1387,7 @@ Example: .nf textbox\-custom { expand: false; - content: "My Message"; + content: "My Message"; } .fi