From 03565f563a881dad81d2babec5e50ae5161848a0 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 28 Apr 2020 16:21:45 +0000 Subject: [PATCH] awesome: Set fixed height for wibar --- home/.config/awesome/theme.lua | 2 ++ 1 file changed, 2 insertions(+) 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"