widgets: put widget at bottom

This commit is contained in:
Vincent Bernat 2020-08-10 16:13:12 +02:00
parent 8017a5ab3f
commit a591d118ba

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 = "top", position = "bottom",
height = 16 * theme.scale, height = 16 * theme.scale,
}) })
-- Add widgets to the wibox -- Add widgets to the wibox