summaryrefslogtreecommitdiff
path: root/ni
diff options
context:
space:
mode:
Diffstat (limited to 'ni')
-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"