Revert "widgets: put widget at bottom"

This reverts commit a591d118ba.
This commit is contained in:
Vincent Bernat 2020-08-10 16:53:22 +02:00
parent a591d118ba
commit 2362ab61cc

View file

@ -276,7 +276,7 @@ for s = 1, screen.count() do
wibox[s] = awful.wibox({ screen = s, wibox[s] = awful.wibox({ screen = s,
fg = beautiful.fg_normal, fg = beautiful.fg_normal,
bg = beautiful.bg_widget, bg = beautiful.bg_widget,
position = "bottom", position = "top",
height = 16 * theme.scale, height = 16 * theme.scale,
}) })
-- Add widgets to the wibox -- Add widgets to the wibox