1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

[Doc] Add note highlight is only available on element-text.

This commit is contained in:
Dave Davenport 2021-08-22 12:46:50 +02:00
parent 3e0175d2b6
commit c8aa445371
3 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,5 @@
ronn = find_program('go-md2man', required: false)
if ronn.found()
gomd2man = find_program('go-md2man', required: false)
if gomd2man.found()
run_target('update-manpage',
command: [ 'meson_build_manpages.sh', files(
'rofi.1.markdown',

View file

@ -1141,6 +1141,7 @@ The offset of the window to the anchor point, allowing you to push the window le
.IP \(bu 2
\fBhighlight\fP: text style {color}.
color is optional, multiple highlight styles can be added like: bold underline italic #000000;
This option is only available on the \fB\fCelement\-text\fR widget.
.IP \(bu 2
\fBwidth\fP: override the desired width for the textbox.
.IP \(bu 2

View file

@ -695,6 +695,7 @@ The following properties are currently supported:
* **text-color**: the text color to use.
* **highlight**: text style {color}.
color is optional, multiple highlight styles can be added like: bold underline italic #000000;
This option is only available on the `element-text` widget.
* **width**: override the desired width for the textbox.
* **content**: Set the displayed text (String).
* **placeholder**: Set the displayed text (String) when nothing is entered.