summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-11-07 23:55:01 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-11-07 23:55:01 +0100
commit4e2499d37b3abcf07e35b50c7a02f3aaad08e55c (patch)
treef97c1171d7702c400864066de54e6414f42ff66d
parentea3b4272989b81b06d91e08afe3726dae41a6023 (diff)
Update icon font
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 478918b..850c1c1 100644
--- a/config.h
+++ b/config.h
@@ -5,7 +5,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
"monospace:size=8",
- "Material Design Icons:pixelsize=12:antialias=true:autohint=true",
+ "Symbols Nerd Font:pixelsize=12:antialias=true:autohint=true",
"JoyPixels:pixelsize=10:antialias=true:autohint=true"};
static const unsigned int bgalpha = 0xe0;
static const unsigned int fgalpha = OPAQUE;