summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2023-11-10 14:41:48 +0100
committerDave Davenport <qball@blame.services>2023-11-10 14:41:48 +0100
commit90edb60c4f7f330c6b0340019fbfc9b88b302068 (patch)
tree850045e9b5f54d5f33115f207906fcb1ae0ecdb1 /doc
parentdbc1f8dcb4d22c2924d2b3a5f19b9be45c64a4eb (diff)
[Script] Add clarification to theme property.
Diffstat (limited to 'doc')
-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