st

fork of st
git clone git://popovic.xyz/st.git
Log | Files | Refs | README | LICENSE

commit 7e8b91ccdf3d67ce53dc53e2411dad3114e1a597
parent dd93842350fbdfa63ac71b94c9c25a73f539ba50
Author: miksa234 <milutin@popovic.xyz>
Date:   Sat, 25 Nov 2023 08:30:23 +0000

update

Diffstat:
Mboxdraw.o | 0
Mconfig.h | 4++--
Mhb.o | 0
Mst | 0
Mst.o | 0
Mx.o | 0
6 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/boxdraw.o b/boxdraw.o Binary files differ. diff --git a/config.h b/config.h @@ -5,8 +5,8 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Hack:pixelsize=15:antialias=true:autohint=true"; -static char *font2[] = { "Symbola:pixelsize=15:antialias=true:autohint=true" }; +static char *font = "terminus:pixelsize=17:antialias=true:autohint=true"; +static char *font2[] = { "Hack Nerd Font:pixelsize=15:antialias=true:autohint=true" }; static int borderpx = 2; /* diff --git a/hb.o b/hb.o Binary files differ. diff --git a/st b/st Binary files differ. diff --git a/st.o b/st.o Binary files differ. diff --git a/x.o b/x.o Binary files differ.