diff --git a/themes/multicolor/theme.lua b/themes/multicolor/theme.lua index 5418479..b5782d2 100644 --- a/themes/multicolor/theme.lua +++ b/themes/multicolor/theme.lua @@ -202,7 +202,7 @@ function theme.at_screen_connect(s) s.mytasklist = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, awful.util.tasklist_buttons) -- Create the wibox - s.mywibox = awful.wibar { position = "top", screen = s, height = dpi(22), bg = theme.bg_normal, fg = theme.fg_normal } + s.mywibox = awful.wibar { position = "bottom", screen = s, height = dpi(22), bg = theme.bg_normal, fg = theme.fg_normal } -- Add widgets to the wibox s.mywibox:setup {