Skip to content

Commit

Permalink
widget.cal: fix calendar icons not displaying; closes #410
Browse files Browse the repository at this point in the history
  • Loading branch information
lcpz committed Nov 15, 2018
1 parent 448d0b1 commit 4f3babc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions widget/cal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ local function factory(args)
strx = string.format("%s%s", string.rep(" ", 3 - tostring(x):len()), strx)
notifytable[#notifytable+1] = string.format("%-4s%s", strx, (x+st_day)%7==0 and x ~= mth_days and "\n" or "")
end
if string.len(cal.icons or "") > 0 and today then cal.icon = cal.icons .. today .. ".png" end
cal.month, cal.year = d.month, d.year
return notifytable
end
Expand Down
2 changes: 1 addition & 1 deletion wiki
Submodule wiki updated from e61181 to 7c3a5b

0 comments on commit 4f3babc

Please sign in to comment.