diff --git a/config/awesome/linear/layout/bottom-panel.lua b/config/awesome/linear/layout/bottom-panel.lua index a1f982c50..2fa0ddf19 100755 --- a/config/awesome/linear/layout/bottom-panel.lua +++ b/config/awesome/linear/layout/bottom-panel.lua @@ -17,7 +17,7 @@ local bottom_panel = function(s) height = dpi(48), width = s.geometry.width, x = s.geometry.x, - y = dpi(s.geometry.height - 48), + y = s.geometry.height+s.geometry.y-dpi(48), stretch = true, bg = beautiful.background, fg = beautiful.fg_normal