updated to use fontawesome 6

This commit is contained in:
celso 2023-12-25 20:38:17 -03:00
parent 29ee4ac4d7
commit 652c543687
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */ static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */ static const int topbar = 1; /* 0 means bottom bar */
static const int focusonwheel = 0; static const int focusonwheel = 0;
static const char *fonts[] = { "Liberation Sans:style=regular:size=11:antialias=true:autohint=true", "Font Awesome 5 Free Regular:size=11:antialias=true:autohint=true", "Font Awesome 5 Brands:size=11:antialias=true:autohint=true", "Font Awesome 5 Free Solid:size=11:antialias=true:autohint=true" }; static const char *fonts[] = { "Liberation Sans:style=regular:size=11:antialias=true:autohint=true", "Font Awesome 6 Free Regular:size=11:antialias=true:autohint=true", "Font Awesome 6 Brands:size=11:antialias=true:autohint=true", "Font Awesome 6 Free Solid:size=11:antialias=true:autohint=true" };
static const char dmenufont[] = "Liberation Mono:size=11"; static const char dmenufont[] = "Liberation Mono:size=11";
static const char col_gray1[] = "#222222"; static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444"; static const char col_gray2[] = "#444444";