mirror of
https://github.com/davatorium/rofi.git
synced 2024-10-27 05:23:18 -04:00
Small update to rofi-theme manpage.
This commit is contained in:
parent
e1b9d574c1
commit
0c2c7972e9
2 changed files with 3 additions and 3 deletions
|
@ -1040,7 +1040,7 @@ inputbar Packs: \fBprompt,entry,case\-indicator\fR
|
|||
.IP "" 0
|
||||
.
|
||||
.P
|
||||
Any widget name starting with \fBtextbox\fR is a textbox widget, all others are boxes that can pack other widgets\. To specify children, set the children property (this always happens on the \fBbox\fR child, see example below):
|
||||
Any widget name starting with \fBtextbox\fR is a textbox widget, all others are a box widget and can pack other widgets\. To specify children, set the children property (this always happens on the \fBbox\fR child, see example below):
|
||||
.
|
||||
.IP "" 4
|
||||
.
|
||||
|
|
|
@ -657,8 +657,8 @@ The following exists and automatically pack a subset of the widgets as in the ab
|
|||
* inputbar
|
||||
Packs: `prompt,entry,case-indicator`
|
||||
|
||||
Any widget name starting with `textbox` is a textbox widget, all others are
|
||||
boxes that can pack other widgets. To specify children, set the children
|
||||
Any widget name starting with `textbox` is a textbox widget, all others are a
|
||||
box widget and can pack other widgets. To specify children, set the children
|
||||
property (this always happens on the `box` child, see example below):
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue