summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJon Bulica <jonbulica99@gmail.com>2019-06-03 23:58:12 +0200
committerJon Bulica <jonbulica99@gmail.com>2019-06-03 23:58:12 +0200
commit5728d045ebfc20cd01408c47e89354bc491308a3 (patch)
tree5f32b6b81c0bb0411fc6ec71999a40ac45890cde /config.h
parent3c0a2e8d3082a26f5a35cd0d5438a61170afbbe0 (diff)
apply font2 patch
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
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;
/*