From ac7e639bc0c4f11536380c6cf2c999cce7f0f62e Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sun, 27 Nov 2022 16:04:15 +0100 Subject: changed font size --- config.h | 5 +++-- st | Bin 110088 -> 110088 bytes x.o | Bin 78752 -> 78720 bytes 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 7aa0da5..102ff9e 100644 --- a/config.h +++ b/config.h @@ -5,9 +5,9 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Hack Nerd Font:pixelsize=14:antialias=true:autohint=true"; +static char *font = "Hack Nerd Font:size=11:antialias=true:autohint=true"; /* Spare fonts*/ -static char *font2[] = { "Symbola:pixelsize10:antialias=true:autohint=true" }; +static char *font2[] = { "Symbola:pixelsize=10:antialias=true:autohint=true" }; static int borderpx = 2; /* @@ -118,6 +118,7 @@ static const char *colorname[] = { "#6db0ad", "#cccccc", + [255] = 0, /* more colors can be added after 255 to use with DefaultXX */ diff --git a/st b/st index 0225f57..c6bf259 100755 Binary files a/st and b/st differ diff --git a/x.o b/x.o index 7c42e42..5ed091c 100644 Binary files a/x.o and b/x.o differ -- cgit v1.2.3