summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/rofi-script.55
-rw-r--r--doc/rofi-script.5.markdown4
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/rofi-script.5 b/doc/rofi-script.5
index 3882f8cb..8f20b9c6 100644
--- a/doc/rofi-script.5
+++ b/doc/rofi-script.5
@@ -150,6 +150,11 @@ a widget.
.RE
+.PP
+The \fBtheme\fP property cannot change the interface while running, it is only
+usable for small changes in for example background colors of widgets like the
+row color of the listview.
+
.SH Parsing row options
.PP
Extra options for individual rows can be set. The extra option can be specified
diff --git a/doc/rofi-script.5.markdown b/doc/rofi-script.5.markdown
index 8d87afc2..963b1855 100644
--- a/doc/rofi-script.5.markdown
+++ b/doc/rofi-script.5.markdown
@@ -118,6 +118,10 @@ The following extra options exists:
- **theme**: Small theme snippet to f.e. change the background color of
a widget.
+The **theme** property cannot change the interface while running, it is only
+usable for small changes in for example background colors of widgets like the
+row color of the listview.
+
## Parsing row options
Extra options for individual rows can be set. The extra option can be specified