summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ni/theme.lua4
-rw-r--r--rc.lua2
2 files changed, 4 insertions, 2 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"
diff --git a/rc.lua b/rc.lua
index ff8b718..2ab67f7 100644
--- a/rc.lua
+++ b/rc.lua
@@ -139,7 +139,7 @@ for s = 1, screen.count() do
end, mytasklist.buttons)
-- Create the wibox
- mywibox[s] = awful.wibox({ position = "bottom", screen = s })
+ mywibox[s] = awful.wibox({ position = "bottom", screen = s, height = beautiful.wibox_height })
-- Add widgets to the wibox - order matters
mywibox[s].widgets = {
{