make default tabbar work with bottom position
This commit is contained in:
parent
04e9ac55e7
commit
03265142e1
|
@ -42,7 +42,7 @@ end
|
||||||
return {
|
return {
|
||||||
layout = wibox.layout.flex.horizontal,
|
layout = wibox.layout.flex.horizontal,
|
||||||
create = create,
|
create = create,
|
||||||
position = "top",
|
position = position,
|
||||||
size = size,
|
size = size,
|
||||||
bg_normal = bg_normal,
|
bg_normal = bg_normal,
|
||||||
bg_focus = bg_focus
|
bg_focus = bg_focus
|
||||||
|
|
Loading…
Reference in New Issue