From 9f8eb5d0a2fa32b81df9bd70cd0761773955b724 Mon Sep 17 00:00:00 2001 From: Dario Gjorgjevski Date: Mon, 2 Nov 2015 22:51:57 +0100 Subject: [PATCH] fix variable name --- widgets/weather.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/weather.lua b/widgets/weather.lua index ab87ff8..173601a 100644 --- a/widgets/weather.lua +++ b/widgets/weather.lua @@ -50,7 +50,7 @@ local function worker(args) local followmouse = args.followmouse or false local settings = args.settings or function() end - weather.widget = wibox.widget.textbox(weather_na_text) + weather.widget = wibox.widget.textbox(weather_na_markup) weather.icon_path = icons_path .. "na.png" weather.icon = wibox.widget.imagebox(weather.icon_path) -- 2.39.2