From d8ea545f0cf02d0210e4f646d2425b6b559a3c52 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Fri, 30 Dec 2022 09:39:23 -0500 Subject: refactor: set wibar height --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 8bbfa29..ac49792 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -189,7 +189,7 @@ awful.screen.connect_for_each_screen(function(s) } -- Create the wibox - s.mywibox = awful.wibar({ position = "top", screen = s }) + s.mywibox = awful.wibar({ position = "top", screen = s, height = 22 }) -- Add widgets to the wibox s.mywibox:setup { -- cgit v1.2.3