diff --git a/home/.config/awesome/theme.lua b/home/.config/awesome/theme.lua index 8eb633e..8b8615a 100644 --- a/home/.config/awesome/theme.lua +++ b/home/.config/awesome/theme.lua @@ -13,6 +13,8 @@ local theme = {} theme.font = "Terminus (TTF) 9" +theme.wibar_height = 18 + theme.colors = {} theme.colors.base03 = "#002b36" theme.colors.base02 = "#073642"