From 92e411da972fe8a2ab0297c01e96ab76d72e498e Mon Sep 17 00:00:00 2001 From: Aurélien LAJOIE Date: Wed, 15 Apr 2020 19:00:10 +0200 Subject: Display the notification on the current screen --- weather-widget/weather.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'weather-widget') 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) 'Wind: ' .. 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) -- cgit v1.2.3