support fontawesome

This commit is contained in:
Alexander Bocken 2023-10-12 22:47:12 +02:00
parent c0ae94b243
commit 41f04c8a35
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -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[] = " ";