X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Fbin%2Fkhomenu;h=83fb039a3faf480a7e4428b646d0878f1b679e72;hb=57b370f077fd4a850f4ece6680f2971d623cc909;hp=8658ca40312a1d97f64c418da2c0cad8253ec025;hpb=5fd6cb5cf3cd50337b55b5c78dc8b64e13f0e625;p=khome.git 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'