summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-11-08 23:41:33 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-11-08 23:41:33 +0100
commitd615d3a3d310c5f12a769af57ceee9c2436d2094 (patch)
treec277c10ab4faeb27d0e16358d65586b6394bfc84
parent09f9b310e2135ab29f84f6d702624f8c8225a59f (diff)
Replace nerd joy with material
-rw-r--r--config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.h b/config.h
index ef29c19..d5042d0 100644
--- a/config.h
+++ b/config.h
@@ -21,8 +21,7 @@ static int showbar = 1; /* 0 means no bar */
static int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = {
"monospace:size=8",
- "Symbols Nerd Font:pixelsize=12:antialias=true:autohint=true",
- "JoyPixels:pixelsize=10:antialias=true:autohint=true"};
+ "Material Design Icons:pixelsize=12:antialias=true:autohint=true"};
static char normbgcolor[] = "#000000";
static char normbordercolor[] = "#000000";