From 399914447c8c27533a736569b7720201d2ceb93d Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Sat, 29 Feb 2020 15:42:25 -0500 Subject: [PATCH] Decrease khomenu font size --- home/bin/khomenu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/bin/khomenu b/home/bin/khomenu index 8658ca4..83fb039 100755 --- a/home/bin/khomenu +++ b/home/bin/khomenu @@ -5,7 +5,7 @@ set -e # TODO: Get theme-appropriate font and colors from some central config file. FONT_NAME='terminus' -FONT_SIZE=32 +FONT_SIZE=14 FONT="$FONT_NAME:pixelsize=$FONT_SIZE:antialias=false:autohint=true" BG_NORM='#3a3a3a' FG_NORM='#dcdccc' -- 2.20.1