From: copycat-killer Date: Mon, 25 Apr 2016 08:43:20 +0000 (+0200) Subject: calendar: fix indentation X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/a04895f5eee173f2b22ec671920e455a9ce9b903 calendar: fix indentation --- diff --git a/widgets/calendar.lua b/widgets/calendar.lua index e1733ee..c1c0517 100644 --- a/widgets/calendar.lua +++ b/widgets/calendar.lua @@ -50,7 +50,7 @@ function calendar:show(t_out, inc_offset, scr) calendar.notify_icon = calendar.icons .. today .. ".png" -- bg and fg inverted to highlight today - f = io.popen(calendar.cal_format(today)) + f = io.popen(calendar.cal_format(today)) else -- no current month showing, no day to highlight local month = tonumber(os.date('%m')) local year = tonumber(os.date('%Y'))