[Manpage] Add overlay as widget to manpage.

This commit is contained in:
Dave Davenport 2019-04-16 12:56:28 +02:00
parent 5b96be66ae
commit 7acd7532da
3 changed files with 641 additions and 162 deletions

View File

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "ROFI\-THEME\-SELECTOR" "1" "May 2018" "" ""
.TH "ROFI\-THEME\-SELECTOR" "1" "January 2018" "" ""
.
.SH "NAME"
\fBrofi\-theme\-selector\fR \- Preview and apply themes for \fBrofi\fR

File diff suppressed because it is too large Load Diff

View File

@ -736,6 +736,7 @@ The following widgets are fixed, as they provide core **rofi** functionality:
* prompt
* entry
* overlay
* case-indicator
* message
* listview
@ -754,7 +755,7 @@ To specify children, set the `children`
property (this always happens on the `box` child, see example below):
```
children: [prompt,entry,case-indicator];
children: [prompt,entry,overlay,case-indicator];
```
The theme needs to be updated to match the hierarchy specified.