From caa25e79bbfd2c735a1deecf1dc29e7740c137e3 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Fri, 14 Jul 2023 07:02:05 -0400 Subject: refactor: changes related to smaller `wibar` --- .config/awesome/rc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/awesome') diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 661f9ac..f540554 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -241,9 +241,9 @@ awful.screen.connect_for_each_screen(function(s) } -- Create the wibox - s.mywibox = awful.wibar({ position = "top", screen = s, height = 20 }) - -- use `height = 20` for 80 dpi - -- use `height = 22` for 96 dpi + s.mywibox = awful.wibar({ position = "top", screen = s, height = 18 }) + -- use `height = 18` for 80 dpi + -- use `height = 20` for 96 dpi -- Add widgets to the wibox s.mywibox:setup { -- cgit v1.2.3