From 5728d045ebfc20cd01408c47e89354bc491308a3 Mon Sep 17 00:00:00 2001 From: Jon Bulica Date: Mon, 3 Jun 2019 23:58:12 +0200 Subject: apply font2 patch --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index 4ed688f..d3325d4 100644 --- a/config.h +++ b/config.h @@ -6,6 +6,7 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char *font = "mono:pixelsize=16:antialias=true:autohint=true"; +static char *font2[] = { "Inconsolata for Powerline:pixelsize=16:antialias=true:autohint=true" }; static int borderpx = 2; /* -- cgit v1.2.3