summaryrefslogtreecommitdiffstats
path: root/doc/rofi-theme.5.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-07-30 14:50:05 +0200
committerDave Davenport <qball@blame.services>2022-07-30 14:50:05 +0200
commit77af850200e303b9f66fc3c70c1cb8fbe9232d92 (patch)
tree529ed40d67aa54d3a9b4a5eb2c548e5cb4853001 /doc/rofi-theme.5.markdown
parent01908d8dc0a0f10306507c86d6299af33a31aeb3 (diff)
[textbox] Implement text-transform add upper/lower/capitalize transform
fixes: #1010
Diffstat (limited to 'doc/rofi-theme.5.markdown')
-rw-r--r--doc/rofi-theme.5.markdown8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown
index 6c7f30de..1a9716d3 100644
--- a/doc/rofi-theme.5.markdown
+++ b/doc/rofi-theme.5.markdown
@@ -498,8 +498,11 @@ should be applied.
* `bold`: make the text thicker then the surrounding text.
* `italic`: put the highlighted text in script type (slanted).
- * `underline`: put a line under the highlighted text.
- * `strikethrough`: put a line through the highlighted text.
+ * `underline`: put a line under the text.
+ * `strikethrough`: put a line through the text.
+ * `uppercase`: Uppercase the text.
+ * `lowercase`: Lowercase the text.
+ * `capitalize`: Capitalize the text.
## Line style
@@ -912,6 +915,7 @@ The following properties are currently supported:
* **vertical-align**: Vertical alignment of the text. A number between 0 (top) and 1 (bottom).
* **horizontal-align**: Horizontal alignment of the text. A number between 0 (left) and 1 (right).
* **text-color**: the text color to use.
+* **text-transform**: text style {color} for the whole text.
* **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.