diff options
-rw-r--r-- | config.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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"; |