awesome: Set fixed height for wibar

This commit is contained in:
Simon Bruder 2020-04-28 16:21:45 +00:00
parent 0ed9cd8c9b
commit 03565f563a
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -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"