summaryrefslogtreecommitdiff
path: root/weather-widget
diff options
context:
space:
mode:
authorNBKelly <9095245+NBKelly@users.noreply.github.com>2020-08-15 22:21:51 +1200
committerGitHub <noreply@github.com>2020-08-15 22:21:51 +1200
commit7aa9550c26bd7b3cbdb7532b718195e5cedd946d (patch)
tree120349f3ce1ea277314c377ef9a22b089e6b5ef0 /weather-widget
parent1310031b3a95f991cb7832b239d42e4b2225facf (diff)
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
Diffstat (limited to 'weather-widget')
-rw-r--r--weather-widget/weather.lua2
1 files changed, 0 insertions, 2 deletions
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,