From c562058de8ac718722a3f87bee9e58b71dab3c9a Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Mon, 30 Aug 2021 16:11:36 +0200 Subject: [PATCH] [DOC] Remove the mention of `-lines` in old example. --- doc/rofi.1 | 6 +++--- doc/rofi.1.markdown | 6 +++--- themes/iggy.rasi | 3 ++- 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;