summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2020-08-28 15:13:00 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2020-08-28 15:13:00 +0100
commit12e2061b709fbacd6ca62099bc3916f2b84621cb (patch)
tree83b141da2045ea7dca9b22bb278a6eda5b53a9ff
parentd9b965b102015be60b7fe7aa228a85af2cd3bf4b (diff)
Use Meslo Nerd Font patched for Powerlevel10k
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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;
/*