summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-15 20:21:06 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-15 20:21:06 +0100
commit0d1eb0af33ebdb61a01e733d77b252eaa718a777 (patch)
tree136d8fb66a08158eba6d1092b300b35869f5701c
parent732da9d2aba9da2473a0073e7130b684bae8b010 (diff)
Update fonts
-rw-r--r--config.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/config.h b/config.h
index a14580b..a2423ec 100644
--- a/config.h
+++ b/config.h
@@ -20,8 +20,10 @@ static int smartgaps =
static int showbar = 1; /* 0 means no bar */
static int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = {
- "SpaceMono Nerd Font:size=8",
- "FontAwesome:pixelsize=8:antialias=true:autohint=true"};
+ "monospace:size=8",
+ "Material Design Icons:pixelsize=12:antialias=true:autohint=true",
+ "JoyPixels:pixelsize=10:antialias=true:autohint=true"};
+
static char normbgcolor[] = "#000000";
static char normbordercolor[] = "#000000";
static char normfgcolor[] = "#eeeeee";