diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-11-08 23:41:33 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-11-08 23:41:33 +0100 |
commit | d615d3a3d310c5f12a769af57ceee9c2436d2094 (patch) | |
tree | c277c10ab4faeb27d0e16358d65586b6394bfc84 | |
parent | 09f9b310e2135ab29f84f6d702624f8c8225a59f (diff) |
Replace nerd joy with material
-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"; |