From d0f22de36f46699eb60fafb16ad45cd5e0243816 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sat, 19 Nov 2022 00:43:24 +0100 Subject: changed font size --- config.h | 2 +- st | Bin 109944 -> 109944 bytes x.o | Bin 75736 -> 75736 bytes 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index cc431a6..ebdfc05 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Hack Nerd Font :pixelsize=16:antialias=true:autohint=true"; +static char *font = "Hack Nerd Font :pixelsize=14:antialias=true:autohint=true"; static int borderpx = 2; /* diff --git a/st b/st index 43a825f..b997fd2 100755 Binary files a/st and b/st differ diff --git a/x.o b/x.o index 04c4296..c3a78b0 100644 Binary files a/x.o and b/x.o differ -- cgit v1.2.3