mirror of https://github.com/lcpz/lain.git
calendar: fix indentation
This commit is contained in:
parent
c946cc48c8
commit
a04895f5ee
|
@ -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'))
|
||||
|
|
Loading…
Reference in New Issue