From: Dario Gjorgjevski Date: Mon, 2 Nov 2015 21:51:57 +0000 (+0100) Subject: fix variable name X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/9f8eb5d0a2fa32b81df9bd70cd0761773955b724 fix variable name --- 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)