switched to xft font notation

This commit is contained in:
2014-03-29 13:17:31 -06:00
parent 53a800009a
commit 7b977fcea6
+1 -1
View File
@@ -3,7 +3,7 @@
#include <X11/XF86keysym.h> /*Needed for mulitmedia keys*/ #include <X11/XF86keysym.h> /*Needed for mulitmedia keys*/
/* appearance */ /* appearance */
static const char font[] = "-*-inconsolata-medium-r-*-*-17-*-*-*-*-*-*-*"; static const char font[] = "Inconsolata:size=8";
static const char normbordercolor[] = "#444444"; static const char normbordercolor[] = "#444444";
static const char normbgcolor[] = "#222222"; static const char normbgcolor[] = "#222222";
static const char normfgcolor[] = "#bbbbbb"; static const char normfgcolor[] = "#bbbbbb";