From b385090be29a26dd1a1173430c9cfb5ca2514d28 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 28 Mar 2011 18:59:49 +0200 Subject: change theme font and wibox height --- ni/theme.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ni/theme.lua') diff --git a/ni/theme.lua b/ni/theme.lua index 5d92d1a..06c73b0 100644 --- a/ni/theme.lua +++ b/ni/theme.lua @@ -7,7 +7,9 @@ theme_dir = home_dir .. "/.config/awesome/ni" theme = {} -theme.font = "sans 6" +theme.font = "terminus 9" + +theme.wibox_height = 12 theme.bg_normal = "#222222" theme.bg_focus = "#535d6c" -- cgit v1.2.3