From 90edb60c4f7f330c6b0340019fbfc9b88b302068 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 10 Nov 2023 14:41:48 +0100 Subject: [PATCH] [Script] Add clarification to theme property. --- doc/rofi-script.5 | 5 +++++ doc/rofi-script.5.markdown | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/doc/rofi-script.5 b/doc/rofi-script.5 index 3882f8cb5..8f20b9c6b 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 8d87afc20..963b18555 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