From 508c90ba3ff7b0e25779452a3633c0e09f413adc Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Tue, 26 Jul 2022 18:41:55 +0100 Subject: Update default --num-results in included themes. --- themes/dmenu | 1 - themes/fullscreen | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/dmenu b/themes/dmenu index 1451ed8..db480b8 100644 --- a/themes/dmenu +++ b/themes/dmenu @@ -8,7 +8,6 @@ font = monospace outline-width = 0 border-width = 0 background-color = #000000 -num-results = 10 min-input-width = 240 result-spacing = 30 padding-top = 0 diff --git a/themes/fullscreen b/themes/fullscreen index c917569..18b67b4 100644 --- a/themes/fullscreen +++ b/themes/fullscreen @@ -5,5 +5,6 @@ outline-width = 0 padding-left = 35% padding-top = 35% result-spacing = 50 +num-results = 5 font = monospace background-color = #000A -- cgit v1.2.3