summaryrefslogtreecommitdiff
path: root/ni/theme.lua
diff options
context:
space:
mode:
authorNicolas Schodet2011-03-28 18:59:49 +0200
committerNicolas Schodet2011-03-28 18:59:49 +0200
commitb385090be29a26dd1a1173430c9cfb5ca2514d28 (patch)
treea7752f14a482d36853dbd73ddef2ae976a161980 /ni/theme.lua
parenta07209c653c1726b4c589d0de980f94e7d10136c (diff)
change theme font and wibox height
Diffstat (limited to 'ni/theme.lua')
-rw-r--r--ni/theme.lua4
1 files changed, 3 insertions, 1 deletions
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"