Added anti-alias

This commit is contained in:
Alexis Jhon Gaspar 2023-10-07 19:32:27 +08:00
parent 6dfff6ae78
commit a99c0b68b4

View file

@ -169,9 +169,9 @@ static void (*bartabmonfns[])(Monitor *) = { NULL /* , customlayoutfn */ };
#if BAR_PANGO_PATCH
static const char font[] = "Hack Nerd Font 11";
#else
static const char *fonts[] = { "Hack Nerd Font:size=11" };
static const char *fonts[] = { "Hack Nerd Font:size=11:antialias=true:autohint=true" };
#endif // BAR_PANGO_PATCH
static const char dmenufont[] = "Hack Nerd Font:size=11";
static const char dmenufont[] = "Hack Nerd Font:size=11:antialias=true:autohint=true";
static char c000000[] = "#000000"; // placeholder value