diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-11-07 23:54:36 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-11-07 23:54:36 +0100 |
commit | 09f9b310e2135ab29f84f6d702624f8c8225a59f (patch) | |
tree | 6aabd8ef5b2fb0b9ca7ae159eb9d4da1ae3e8bd6 | |
parent | f68831a9be67b4f736715ca569a891c729247af6 (diff) |
Update icons font
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +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", - "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 char normbgcolor[] = "#000000"; |