From 8a6ad43191ff8eb3fd6b885db548403aa71cf85a Mon Sep 17 00:00:00 2001 From: ambertia <95402631+ambertia@users.noreply.github.com> Date: Thu, 30 Jan 2025 15:27:44 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Final=20tweaks=20to=20rofi=20con?= =?UTF-8?q?figs=20and=20themes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/rofi/config.rasi | 4 ++-- .config/rofi/custom.rasi | 6 +++++- .config/rofi/imagepicker.rasi | 7 ------- 3 files changed, 7 insertions(+), 10 deletions(-) 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;