1
0
Fork 0
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:
Dave Davenport 2021-08-30 16:11:36 +02:00
parent fa97292e8d
commit c562058de8
3 changed files with 8 additions and 7 deletions

View file

@ -602,7 +602,7 @@ Default: \fI0\fP
\fB\fC\-fixed\-num\-lines\fR
.PP
Keep a fixed number of visible lines (See the \fB\fC\-lines\fR option.)
Keep a fixed number of visible lines.
.PP
\fB\fC\-sidebar\-mode\fR
@ -616,7 +616,7 @@ To show sidebar, use:
.RS
.nf
rofi \-show run \-sidebar\-mode \-lines 0
rofi \-show run \-sidebar\-mode
.fi
.RE
@ -1006,7 +1006,7 @@ Maximum number of lines the menu may show before scrolling.
.RS
.nf
rofi \-lines 25
rofi \-dmenu \-l 25
.fi
.RE

View file

@ -345,7 +345,7 @@ Default: *0*
`-fixed-num-lines`
Keep a fixed number of visible lines (See the `-lines` option.)
Keep a fixed number of visible lines.
`-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)
To show sidebar, use:
rofi -show run -sidebar-mode -lines 0
rofi -show run -sidebar-mode
`-hover-select`
@ -591,7 +591,7 @@ Default: *dmenu*
Maximum number of lines the menu may show before scrolling.
rofi -lines 25
rofi -dmenu -l 25
Default: *15*

View file

@ -120,11 +120,12 @@ button {
border-color: lightgreen;
border-radius: 10px 10px 0 0;
background-image: linear-gradient(to bottom, darkgreen/50%, black/70%);
horizontal-align: 0.5;
}
button selected.normal {
text-color: white;
margin: 0px;
padding: 0px;
padding: 0px;
border: 5px 5px 0px ;
border-color: lightgreen;