summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-08-30 16:11:36 +0200
committerDave Davenport <qball@blame.services>2021-08-30 16:11:36 +0200
commitc562058de8ac718722a3f87bee9e58b71dab3c9a (patch)
tree04570f2733f0b209f5eca3e3092005d07cc02fd1
parentfa97292e8d7c2ad0df42aacf72e1385ddc6dd529 (diff)
[DOC] Remove the mention of `-lines` in old example.
-rw-r--r--doc/rofi.16
-rw-r--r--doc/rofi.1.markdown6
-rw-r--r--themes/iggy.rasi3
3 files changed, 8 insertions, 7 deletions
diff --git a/doc/rofi.1 b/doc/rofi.1
index 62f40e35..feaa8de1 100644
--- a/doc/rofi.1
+++ b/doc/rofi.1
@@ -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
diff --git a/doc/rofi.1.markdown b/doc/rofi.1.markdown
index ab312b95..e1b070a1 100644
--- a/doc/rofi.1.markdown
+++ b/doc/rofi.1.markdown
@@ -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*
diff --git a/themes/iggy.rasi b/themes/iggy.rasi
index c2dedaee..a6a0bebf 100644
--- a/themes/iggy.rasi
+++ b/themes/iggy.rasi
@@ -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;