set font - prevent small unicode icons

This commit is contained in:
Jakub 2023-04-14 23:02:52 -04:00
parent 7150259164
commit f4f6bbbe00

View File

@ -1,6 +1,6 @@
/* See LICENSE file for copyright and license details. */ /* See LICENSE file for copyright and license details. */
/* Default settings; can be overriden by command line. */ /* Default settings; can be overriden by command line. */
static char font[] = "monospace:size=10"; static char font[] = "Hack Nerd Font:size=10";
static const char *fonts[] = { static const char *fonts[] = {
font, font,
"monospace:size=10", "monospace:size=10",