From e8f79dccee3db6b058463253197de9f2d1b74bea Mon Sep 17 00:00:00 2001 From: streetturtle Date: Thu, 12 Dec 2019 22:27:43 -0500 Subject: Comment which may improve widget position --- jira-widget/jira.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'jira-widget') diff --git a/jira-widget/jira.lua b/jira-widget/jira.lua index 2722355..158db7c 100644 --- a/jira-widget/jira.lua +++ b/jira-widget/jira.lua @@ -171,6 +171,14 @@ local function worker(args) if popup.visible then popup.visible = not popup.visible else + --local geo = mouse.current_widget_geometry + --if theme.calendar_placement == 'center' then + -- local x = geo.x + (geo.width / 2) - (popup:geometry().width / 2) -- align two widgets + -- popup:move_next_to({x = x, y = geo.y + 22, width = 0, height = geo.height}) + --else + -- popup:move_next_to(geo) + --end + popup:move_next_to(mouse.current_widget_geometry) end end) -- cgit v1.2.3