summaryrefslogtreecommitdiff
path: root/weather-widget
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2020-04-23 20:22:14 -0400
committerstreetturtle <streetturtle@gmail.com>2020-04-23 20:22:14 -0400
commit4279c9de18b241c0dc0cafe8bb816b5fa986dfca (patch)
tree32c9737644d969bb09e324b8a7747c8e4e5d2c1f /weather-widget
parent285b71097f7983266f844896e003bdd6109869b1 (diff)
parent1b32ea3150fda5d3f955ee1c97c9c565c6620506 (diff)
Merge branch 'master' of github.com:streetturtle/awesome-wm-widgets
Diffstat (limited to 'weather-widget')
-rw-r--r--weather-widget/weather.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/weather-widget/weather.lua b/weather-widget/weather.lua
index 6fafa97..5aaf426 100644
--- a/weather-widget/weather.lua
+++ b/weather-widget/weather.lua
@@ -210,6 +210,7 @@ local function worker(args)
'<b>Wind:</b> ' .. resp.wind.speed .. 'm/s (' .. to_direction(resp.wind.deg) .. ')',
timeout = 5, hover_timeout = 10,
position = position,
+ screen = mouse.screen,
width = (both_units_popup == true and 210 or 200)
}
end)