summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2023-01-25 23:20:06 +0100
committerDave Davenport <qball@blame.services>2023-01-25 23:20:06 +0100
commitfb7c8c71ef6e628ebe844e88bff39026719f4a25 (patch)
tree801e330d425a46619d821ff2adfcd8e8d29cb646
parentbc776fd67ca6713adc81b07bda6d73220d3e9dd8 (diff)
[Doc] theme, spelling fix and more textual tweaks.
-rw-r--r--doc/rofi-theme.5.markdown5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown
index 98a70f62..e65c7114 100644
--- a/doc/rofi-theme.5.markdown
+++ b/doc/rofi-theme.5.markdown
@@ -999,7 +999,7 @@ It has the following fixed children widgets:
These cannot be changed using the `children` property.
-Each entries displayed by listview are captured by a `box` called `element`.
+Each Entry displayed by listview is captured by a `box` called `element`.
An `element` widget can contain the following special child widgets:
* `element-icon`: An icon widget showing the icon associated to the entry.
@@ -1007,7 +1007,8 @@ An `element` widget can contain the following special child widgets:
* `element-index`: A textbox widget that shows the shortcut keybinding number.
By default the `element-icon` and `element-text` child widgets are added to the
-`element`. This can be modified using the `children` property.
+`element`. This can be modified using the `children` property or the
+`[no]-show-icons` option.
A child added with another name is seen as a `box`, this can be used as dynamic
padding to tweak how an entry looks when it expands to available space.