Skip to content

Commit

Permalink
calendar: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
copycat-killer committed Apr 25, 2016
1 parent c946cc4 commit a04895f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/calendar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit a04895f

Please sign in to comment.