diff options
Diffstat (limited to 'weather-widget/weather.lua')
-rw-r--r-- | weather-widget/weather.lua | 1 |
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) |