Nerd Fonts v3 Update Icon Fix

- Fix nerd font icons for v3
This commit is contained in:
Sravan Balaji
2023-05-01 08:56:59 -04:00
parent dfb0318727
commit 34d674a3f8
6 changed files with 42 additions and 43 deletions

View File

@@ -442,7 +442,7 @@ static char *tagicons[][NUMTAGS] =
#endif // NAMETAG_PATCH
{
/* [DEFAULT_TAGS] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }, */
[DEFAULT_TAGS] = { "", "", " ₃", " ₄", "", "", "", " ₈", " ₉" },
[DEFAULT_TAGS] = { "󰍩", "󰗚", " ₃", " ₄", "󰖟", "", "󰊢", " ₈", " ₉" },
[ALTERNATIVE_TAGS] = { "A", "B", "C", "D", "E", "F", "G", "H", "I" },
[ALT_TAGS_DECORATION] = { "<1>", "<2>", "<3>", "<4>", "<5>", "<6>", "<7>", "<8>", "<9>" },
};