From 2362ab61cc712a93a163fdcfde811a110591e337 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 10 Aug 2020 16:53:22 +0200 Subject: [PATCH] Revert "widgets: put widget at bottom" This reverts commit a591d118ba4d707617f7848f500293d462e528bf. --- rc/widgets.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/widgets.lua b/rc/widgets.lua index fbfc174..9094db3 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 = "bottom", + position = "top", height = 16 * theme.scale, }) -- Add widgets to the wibox