From 1fc2fe8ecffc349019f31d765d1a1ec13613dd27 Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 2 Aug 2023 01:51:18 -0500 Subject: Better optimize dmenu_vertical tofi --- tofi/themes/dmenu_vertical | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'tofi/themes') diff --git a/tofi/themes/dmenu_vertical b/tofi/themes/dmenu_vertical index 5c7af8b..7b8703f 100644 --- a/tofi/themes/dmenu_vertical +++ b/tofi/themes/dmenu_vertical @@ -11,11 +11,17 @@ font = mononoki Nerd Font Mono outline-width = 0 border-width = 0 min-input-width = 424 -result-spacing = 0 +result-spacing = 0, 12 +selection-background-padding = 0, 12 padding-top = 0 padding-bottom = 0 -padding-left = 0 -padding-right = 0 +padding-left = 12 +padding-right = 12 +margin-top = 0 +margin-bottom = 0 +margin-left = 12 +margin-right = 12 +clip-to-padding=true history = false -selection-background-padding = 0 require-match=false +num-results = true -- cgit v1.2.3