From 92578fb05f5ebd7f2373e28f20f0a3bcb47dcf79 Mon Sep 17 00:00:00 2001 From: Felix Martin Date: Sat, 2 Apr 2022 22:22:18 -0400 Subject: [PATCH] Use powerline font. --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 36bf7df..da3e2ec 100644 --- a/config.h +++ b/config.h @@ -5,7 +5,7 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Fira Mono:pixelsize=14:antialias=true:autohint=true"; +static char *font = "Fira Mono for Powerline:pixelsize=14:antialias=true:autohint=true"; static int borderpx = 0; /*