From 7aa9550c26bd7b3cbdb7532b718195e5cedd946d Mon Sep 17 00:00:00 2001 From: NBKelly <9095245+NBKelly@users.noreply.github.com> Date: Sat, 15 Aug 2020 22:21:51 +1200 Subject: Remove doubled temperature line this line was doubled, but was barely noticable because (in my case, and the demo case) the text almost matched the background --- weather-widget/weather.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'weather-widget') diff --git a/weather-widget/weather.lua b/weather-widget/weather.lua index 9f32b01..ba5b4f3 100644 --- a/weather-widget/weather.lua +++ b/weather-widget/weather.lua @@ -370,8 +370,6 @@ local function worker(args) local count = #self for i = 0, count do self[i]=nil end - - table.insert(self, temp_below) table.insert(self, wibox.widget{ { hourly_forecast_graph, -- cgit v1.2.3