mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[DOC] Remove the mention of -lines
in old example.
This commit is contained in:
parent
fa97292e8d
commit
c562058de8
3 changed files with 8 additions and 7 deletions
|
@ -602,7 +602,7 @@ Default: \fI0\fP
|
||||||
\fB\fC\-fixed\-num\-lines\fR
|
\fB\fC\-fixed\-num\-lines\fR
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
Keep a fixed number of visible lines (See the \fB\fC\-lines\fR option.)
|
Keep a fixed number of visible lines.
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
\fB\fC\-sidebar\-mode\fR
|
\fB\fC\-sidebar\-mode\fR
|
||||||
|
@ -616,7 +616,7 @@ To show sidebar, use:
|
||||||
.RS
|
.RS
|
||||||
|
|
||||||
.nf
|
.nf
|
||||||
rofi \-show run \-sidebar\-mode \-lines 0
|
rofi \-show run \-sidebar\-mode
|
||||||
|
|
||||||
.fi
|
.fi
|
||||||
.RE
|
.RE
|
||||||
|
@ -1006,7 +1006,7 @@ Maximum number of lines the menu may show before scrolling.
|
||||||
.RS
|
.RS
|
||||||
|
|
||||||
.nf
|
.nf
|
||||||
rofi \-lines 25
|
rofi \-dmenu \-l 25
|
||||||
|
|
||||||
.fi
|
.fi
|
||||||
.RE
|
.RE
|
||||||
|
|
|
@ -345,7 +345,7 @@ Default: *0*
|
||||||
|
|
||||||
`-fixed-num-lines`
|
`-fixed-num-lines`
|
||||||
|
|
||||||
Keep a fixed number of visible lines (See the `-lines` option.)
|
Keep a fixed number of visible lines.
|
||||||
|
|
||||||
`-sidebar-mode`
|
`-sidebar-mode`
|
||||||
|
|
||||||
|
@ -353,7 +353,7 @@ Open in sidebar-mode. In this mode, a list of all enabled modes is shown at the
|
||||||
(See `-modi` option)
|
(See `-modi` option)
|
||||||
To show sidebar, use:
|
To show sidebar, use:
|
||||||
|
|
||||||
rofi -show run -sidebar-mode -lines 0
|
rofi -show run -sidebar-mode
|
||||||
|
|
||||||
`-hover-select`
|
`-hover-select`
|
||||||
|
|
||||||
|
@ -591,7 +591,7 @@ Default: *dmenu*
|
||||||
|
|
||||||
Maximum number of lines the menu may show before scrolling.
|
Maximum number of lines the menu may show before scrolling.
|
||||||
|
|
||||||
rofi -lines 25
|
rofi -dmenu -l 25
|
||||||
|
|
||||||
Default: *15*
|
Default: *15*
|
||||||
|
|
||||||
|
|
|
@ -120,11 +120,12 @@ button {
|
||||||
border-color: lightgreen;
|
border-color: lightgreen;
|
||||||
border-radius: 10px 10px 0 0;
|
border-radius: 10px 10px 0 0;
|
||||||
background-image: linear-gradient(to bottom, darkgreen/50%, black/70%);
|
background-image: linear-gradient(to bottom, darkgreen/50%, black/70%);
|
||||||
|
horizontal-align: 0.5;
|
||||||
}
|
}
|
||||||
button selected.normal {
|
button selected.normal {
|
||||||
text-color: white;
|
text-color: white;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
|
||||||
border: 5px 5px 0px ;
|
border: 5px 5px 0px ;
|
||||||
border-color: lightgreen;
|
border-color: lightgreen;
|
||||||
|
|
Loading…
Reference in a new issue