X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/305e0e57b20e324f30758fd2c8202180dd8908d6..99fb25a3c7edca96e01de0629c8599a83ad87f9d:/widgets/weather.lua?ds=sidebyside

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)