Move to bottom bar.

master
josiah 3 years ago
parent b5eb68bf09
commit 00870a55b8

@ -209,7 +209,7 @@ awful.screen.connect_for_each_screen(function(s)
}
-- Create the wibox
s.mywibox = awful.wibar({ position = "top", screen = s })
s.mywibox = awful.wibar({ position = "bottom", screen = s })
-- Add widgets to the wibox
s.mywibox:setup {

Loading…
Cancel
Save