From d59116ecb370a1c3b0d7f0b397a2fdbdf62e39fd Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sun, 9 Nov 2014 19:33:50 -0700 Subject: [PATCH] ohsnap icons for status bar --- dwm.config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm.config.h b/dwm.config.h index d969f3b..99ae2ef 100644 --- a/dwm.config.h +++ b/dwm.config.h @@ -3,7 +3,7 @@ #include /*Needed for mulitmedia keys*/ /* appearance */ -static const char font[] = "Inconsolata:size=9"; +static const char font[] = "Ohsnap.Icons:size=12"; static const char normbordercolor[] = "#444444"; static const char normbgcolor[] = "#222222"; static const char normfgcolor[] = "#bbbbbb";