summaryrefslogtreecommitdiffstats
path: root/doc/rofi-theme.5.markdown
diff options
context:
space:
mode:
authorDanny Colin <dannycolin@users.noreply.github.com>2021-07-29 14:46:09 -0400
committerGitHub <noreply@github.com>2021-07-29 20:46:09 +0200
commit3309d20ce03708a30ba58e73ed0ca31fe12b6888 (patch)
tree70f4d506e3d3096996c5ba74e24860f7a16d5044 /doc/rofi-theme.5.markdown
parentc4a156fb898372b709d5472d4a0db5cc6737b31f (diff)
Speficy that horizontal/vertical align is a number between 0 and 1. (#1357)
Diffstat (limited to 'doc/rofi-theme.5.markdown')
-rw-r--r--doc/rofi-theme.5.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown
index 6864b44b..f4c79084 100644
--- a/doc/rofi-theme.5.markdown
+++ b/doc/rofi-theme.5.markdown
@@ -690,8 +690,8 @@ The following properties are currently supported:
* **border-color**: the color used for the border around the widget.
* **font**: the font used by this textbox (string).
* **str**: the string to display by this textbox (string).
-* **vertical-align**: vertical alignment of the text (`0` top, `1` bottom).
-* **horizontal-align**: horizontal alignment of the text (`0` left, `1` right).
+* **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.
* **highlight**: text style {color}.
color is optional, multiple highlight styles can be added like: bold underline italic #000000;