From 19acdd5e805563d019303af48afa84473dca2117 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Fri, 16 Aug 2019 11:38:29 +0700 Subject: Update 2019-08-16 --- awesome/.config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awesome/.config/awesome/rc.lua') 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 -- cgit 1.4.1