1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-02-10 15:44:41 -05:00

[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 .\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.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" .SH "NAME"
\fBrofi\-theme\-selector\fR \- Preview and apply themes for \fBrofi\fR \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 * prompt
* entry * entry
* overlay
* case-indicator * case-indicator
* message * message
* listview * listview
@ -754,7 +755,7 @@ To specify children, set the `children`
property (this always happens on the `box` child, see example below): 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. The theme needs to be updated to match the hierarchy specified.