diff options
author | zachir <zachir@librem.one> | 2023-08-19 12:02:40 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-08-19 12:02:40 -0500 |
commit | e20c01303ab364a290f3901ea85810bbea2d1944 (patch) | |
tree | 0d8ae8f6aec21981b4fe05c164eae333eeead4b4 /tofi | |
parent | 6a5782f4de1e42ca5fc4fe6c809caf24db9196ef (diff) |
Fix dmenu_vertical tofi theme errors
Diffstat (limited to 'tofi')
-rw-r--r-- | tofi/themes/dmenu_vertical | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tofi/themes/dmenu_vertical b/tofi/themes/dmenu_vertical index 7b8703f..5c0a450 100644 --- a/tofi/themes/dmenu_vertical +++ b/tofi/themes/dmenu_vertical @@ -7,11 +7,12 @@ height = 600 horizontal = false font-size = 24 prompt-text = "" +prompt-padding = 24 font = mononoki Nerd Font Mono outline-width = 0 border-width = 0 min-input-width = 424 -result-spacing = 0, 12 +result-spacing = 12 selection-background-padding = 0, 12 padding-top = 0 padding-bottom = 0 @@ -24,4 +25,4 @@ margin-right = 12 clip-to-padding=true history = false require-match=false -num-results = true +num-results = 15 |