summaryrefslogtreecommitdiff
path: root/jira-widget
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2019-12-12 22:27:43 -0500
committerstreetturtle <streetturtle@gmail.com>2019-12-12 22:27:50 -0500
commite8f79dccee3db6b058463253197de9f2d1b74bea (patch)
tree2c4d78d300461f5965fbd07501777ac4044101f4 /jira-widget
parent19d8dbf2949dcada3865cf9857e052ee7763a8ab (diff)
Comment which may improve widget position
Diffstat (limited to 'jira-widget')
-rw-r--r--jira-widget/jira.lua8
1 files changed, 8 insertions, 0 deletions
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)