Use Xft for font loading and text drawing

This commit is contained in:
Bert Münnich
2016-08-06 15:27:58 +02:00
parent aabc2bddbd
commit c280129cef
8 changed files with 56 additions and 98 deletions

View File

@ -7,9 +7,9 @@ enum {
};
/* bar font:
* (see X(7) section "FONT NAMES" for valid values)
* (see fonts-conf(5) subsection "FONT NAMES" for valid values)
*/
static const char * const BAR_FONT = "-*-fixed-medium-r-*-*-13-*-*-*-*-60-*-*";
static const char * const BAR_FONT = "monospace:size=8";
/* colors:
* (see X(7) section "COLOR NAMES" for valid values)