about summary refs log tree commit diff
path: root/awesome/.config/awesome/rc.lua
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-08-16 11:38:29 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-08-16 11:38:29 +0700
commit19acdd5e805563d019303af48afa84473dca2117 (patch)
tree0919cbf3ca3bd6107a2b537adff7e6d48a0a1b2a /awesome/.config/awesome/rc.lua
parentcecf69c67374980505db3193d1ef601ee6388888 (diff)
downloaddotfiles-19acdd5e805563d019303af48afa84473dca2117.tar.gz
Update 2019-08-16
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