From a04895f5eee173f2b22ec671920e455a9ce9b903 Mon Sep 17 00:00:00 2001 From: copycat-killer Date: Mon, 25 Apr 2016 10:43:20 +0200 Subject: [PATCH] calendar: fix indentation --- widgets/calendar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')) -- 2.39.2