diff --git a/config.h b/config.h index b284dce..87ee720 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "JetBrainsMono NFP:pixelsize=16:antialias=true:autohint=true"; +static char *font = "JetBrainsMono Nerd Font Mono:pixelsize=16:antialias=true:autohint=true"; static char *font2[] = { "JoyPixels:pixelsize=16:antialias=true:autohint=true" }; static int borderpx = 22; diff --git a/st b/st index 1383fee..327ff35 100755 Binary files a/st and b/st differ diff --git a/st.o b/st.o index af80662..a70e09b 100644 Binary files a/st.o and b/st.o differ diff --git a/x.o b/x.o index 7e93a43..157ce52 100644 Binary files a/x.o and b/x.o differ