From 12e2061b709fbacd6ca62099bc3916f2b84621cb Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Fri, 28 Aug 2020 15:13:00 +0100 Subject: Use Meslo Nerd Font patched for Powerlevel10k --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 0aa2590..fcab26f 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=14:antialias=true:autohint=true"; +static char *font = "MesloLGS NF:pixelsize=14:antialias=true:autohint=true"; static int borderpx = 2; /* -- cgit v1.2.3-13-gbd6f