rofi: ensure themes/conf work with v1.7.0

I want the interface to cover the entire width of the screen and to
automatically shrink in size to match the number of candidates while
narrowing.
This commit is contained in:
Protesilaos Stavrou 2021-09-01 07:06:50 +03:00
parent d7ec39e7d8
commit 75903de3bd
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 8 additions and 6 deletions

View file

@ -1,8 +1,5 @@
configuration {
modi: "run,drun,window";
width: 100;
lines: 8;
columns: 1;
font: "Monospace 11";
location: 6;
yoffset: 0;
@ -26,14 +23,11 @@ configuration {
/* tokenize: true;*/
/* m: "-5";*/
/* filter: ;*/
hide-scrollbar: true;
fullscreen: false;
/* dpi: -1;*/
threads: 0;
/* scroll-method: 0;*/
window-format: "{w:0} {n:0} {t:0}";
click-to-exit: true;
show-match: true;
theme: "~/.config/rofi/themes/modus-themes-active.rasi";
max-history-size: 25;
combi-hide-mode-prefix: true;

View file

@ -11,6 +11,8 @@ window {
border: 2px 0 0;
border-color: @fg-alt;
padding: 0px;
width: 100%;
max-height: 25%;
}
mainbox {
@ -134,3 +136,9 @@ entry {
spacing: 0;
text-color: @fg-main;
}
element-text {
background-color: inherit;
text-color: inherit;
}