mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 15:26:26 -04:00
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:
parent
d7ec39e7d8
commit
75903de3bd
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
Loading…
Reference in a new issue