mirror of
https://github.com/lbonn/rofi
synced 2024-11-10 06:14:14 +00:00
[Script] Add clarification to theme property.
This commit is contained in:
parent
dbc1f8dcb4
commit
90edb60c4f
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue