calendar: fix indentation

This commit is contained in:
copycat-killer 2016-04-25 10:43:20 +02:00
parent c946cc48c8
commit a04895f5ee
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ function calendar:show(t_out, inc_offset, scr)
calendar.notify_icon = calendar.icons .. today .. ".png" calendar.notify_icon = calendar.icons .. today .. ".png"
-- bg and fg inverted to highlight today -- 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 else -- no current month showing, no day to highlight
local month = tonumber(os.date('%m')) local month = tonumber(os.date('%m'))
local year = tonumber(os.date('%Y')) local year = tonumber(os.date('%Y'))