From: luke bonham Date: Fri, 13 Sep 2013 18:15:45 +0000 (+0200) Subject: yawn: forgot to remove debug strings X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/db1fb613b32c3ae3d7ea3e41bf16bedb58552d27 yawn: forgot to remove debug strings --- diff --git a/widgets/yawn/init.lua b/widgets/yawn/init.lua index d37fc44..2306fed 100644 --- a/widgets/yawn/init.lua +++ b/widgets/yawn/init.lua @@ -134,8 +134,6 @@ local function fetch_weather() forecast = weather_data:match(": %S.-,"):gsub(": ", ""):gsub(",", "") units = units:gsub(" ", "") - naughty.notify({text=forecast, timeout=10}) - naughty.notify({text=units, timeout=10}) settings() end