From 7e37da4144dc9bc6667edc1b815cde684526c799 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Thu, 2 May 2024 14:00:20 +0900 Subject: [PATCH] updated rofi search --- config/rofi/config-search.rasi | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/config/rofi/config-search.rasi b/config/rofi/config-search.rasi index c0608c7..4160ba6 100644 --- a/config/rofi/config-search.rasi +++ b/config/rofi/config-search.rasi @@ -5,12 +5,14 @@ /* ---- Window ---- */ window { - width: 600px; + width: 700px; location: north; } -listbox { - children: ["listview" ]; +/* ---- Mainbox ---- */ +mainbox { + padding: 2px; + children: [ "inputbar" ]; } /* ---- Entry ---- */ @@ -22,9 +24,3 @@ entry { textbox-prompt-colon { str: "🔎"; } - -/* ---- Listview ---- */ -listview { - columns: 1; - lines: 0; -} \ No newline at end of file