From: Siraaj Khandkar Date: Sat, 29 Feb 2020 20:42:25 +0000 (-0500) Subject: Decrease khomenu font size X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=399914447c8c27533a736569b7720201d2ceb93d Decrease khomenu font size --- 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'