diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 8ccad55..c147643 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,6 +1,6 @@ configuration { modes: "window,drun,run,combi"; -font: "Iosevka NF 16"; +font: "Iosevka NF Bold 14"; /* location: 0;*/ /* yoffset: 0;*/ /* xoffset: 0;*/ @@ -44,7 +44,7 @@ window-format: "{c} {t}"; /* click-to-exit: true;*/ /* max-history-size: 25;*/ /* combi-hide-mode-prefix: false;*/ -combi-display-format: "{mode} {text}"; +combi-display-format: "{mode} {text}"; /* matching-negate-char: '-' /* unsupported */;*/ /* cache-dir: ;*/ /* window-thumbnail: false;*/ diff --git a/.config/rofi/custom.rasi b/.config/rofi/custom.rasi index 9e7bd58..3dd300b 100644 --- a/.config/rofi/custom.rasi +++ b/.config/rofi/custom.rasi @@ -23,7 +23,7 @@ inputbar { listview { fixed-height: true; - lines: 10; + lines: 12; padding: 10px; spacing: 2px; scrollbar: true; @@ -34,6 +34,10 @@ element { padding: 5px; } +element.normal.active { + background-color: @selected-active-background; +} + element-text { vertical-align: 0.5; } diff --git a/.config/rofi/imagepicker.rasi b/.config/rofi/imagepicker.rasi index 91f77f9..d6b49d4 100644 --- a/.config/rofi/imagepicker.rasi +++ b/.config/rofi/imagepicker.rasi @@ -5,13 +5,6 @@ configuration { @theme "~/.config/rofi/custom.rasi" -* { -} - -window { - width: 700px; -} - listview { columns: 3; spacing: 10px;