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:
parent
5b96be66ae
commit
7acd7532da
3 changed files with 641 additions and 162 deletions
|
@ -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
|
||||||
|
|
798
doc/rofi-theme.5
798
doc/rofi-theme.5
File diff suppressed because it is too large
Load diff
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue