summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/rofi-theme.52
-rw-r--r--doc/rofi-theme.5.markdown1
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/rofi-theme.5 b/doc/rofi-theme.5
index f67280a6..cc0bc564 100644
--- a/doc/rofi-theme.5
+++ b/doc/rofi-theme.5
@@ -534,6 +534,8 @@ It supports the following operations:
\fB\fC/\fR: Divide
.IP \(bu 2
\fB\fC*\fR: Multiply
+.IP \(bu 2
+\fB\fC%\fR: Multiply
.PP
It uses the C precedence ordering.
diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown
index 6a0d07ba..143551db 100644
--- a/doc/rofi-theme.5.markdown
+++ b/doc/rofi-theme.5.markdown
@@ -366,6 +366,7 @@ It supports the following operations:
* `-`: Subtract
* `/`: Divide
* `*`: Multiply
+* `%`: Multiply
It uses the C precedence ordering.