about summary refs log tree commit diff
path: root/awesome/.config/awesome/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'awesome/.config/awesome/rc.lua')
-rw-r--r--awesome/.config/awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua
index 9ee7a29..5f4ad36 100644
--- a/awesome/.config/awesome/rc.lua
+++ b/awesome/.config/awesome/rc.lua
@@ -243,7 +243,7 @@ myplayer:buttons(awful.util.table.join(
 local myweather = wibox.widget.textbox()
 vicious.register(myweather, vicious.widgets.weather,
                  function (widget, args)
-                   if args["{city}"] ~= "N/A" then
+                   if args["{tempf}"] ~= "N/A" then
                      return (" %s°C %s%%"):format(args["{tempc}"],
                                                   args["{humid}"])
                    else