changed font size dwm

This commit is contained in:
2014-03-29 13:34:30 -06:00
parent 7b977fcea6
commit 06570b7ece
+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:size=8"; static const char font[] = "Inconsolata:size=9";
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";