diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2024-05-02 14:00:20 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2024-05-02 14:00:20 +0900 |
| commit | 7e37da4144dc9bc6667edc1b815cde684526c799 (patch) | |
| tree | 7c8a23bbb6bff21e43b4b4f8405357ea8e3d9934 /config | |
| parent | 4966db1368403c16d25145e56aaa5e27d2069d69 (diff) | |
updated rofi search
Diffstat (limited to 'config')
| -rw-r--r-- | config/rofi/config-search.rasi | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/config/rofi/config-search.rasi b/config/rofi/config-search.rasi index c0608c73..4160ba6a 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 |
