From 41f04c8a353b3a865a42182125ebc4a65e73eabd Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Thu, 12 Oct 2023 22:47:12 +0200 Subject: [PATCH] support fontawesome --- config.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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[] = " "; +