From a591d118ba4d707617f7848f500293d462e528bf Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 10 Aug 2020 16:13:12 +0200 Subject: [PATCH] widgets: put widget at bottom --- rc/widgets.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/widgets.lua b/rc/widgets.lua index 9094db3..fbfc174 100644 --- a/rc/widgets.lua +++ b/rc/widgets.lua @@ -276,7 +276,7 @@ for s = 1, screen.count() do wibox[s] = awful.wibox({ screen = s, fg = beautiful.fg_normal, bg = beautiful.bg_widget, - position = "top", + position = "bottom", height = 16 * theme.scale, }) -- Add widgets to the wibox