diff --git a/config.h b/config.h index c9320fe..161f891 100644 --- a/config.h +++ b/config.h @@ -7,7 +7,10 @@ static int topbar = 1; /* -b option; if 0, dmenu appears a static const char *fonts[] = { "monospace:size=13", "IPAGothic:size=13", - "symbola:size=13"}; + "symbola:size=13", + "Font Awesome 6 Free:size=13", + "Font Awesome 6 Brands:size=13" +}; static const char *prompt = NULL; /* -p option; prompt to the left of input field */ @@ -45,3 +48,4 @@ static int vertpad = 10; * for example: " /?\"&[]" */ static const char worddelimiters[] = " "; +