X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/1ece7c35b7b119ebb1c1bef33d5c04507ff2f117..12f0258dc82b8a1affa3a32549d3aabc62f6cada:/widget/calendar.lua diff --git a/widget/calendar.lua b/widget/calendar.lua index 99e8817..d289ebb 100644 --- a/widget/calendar.lua +++ b/widget/calendar.lua @@ -38,8 +38,8 @@ function calendar.show(t_out, inc_offset, scr) if current_month then -- today highlighted calendar.offset = 0 - calendar.icon = string.format("%s%s.png", calendar.icons, tonumber(os.date("%d"))) - f = calendar.cal + calendar.icon = calendar.icons:len() > 0 and string.format("%s%s.png", calendar.icons, tonumber(os.date("%d"))) + f = calendar.cal else -- no current month showing, no day to highlight local month = tonumber(os.date("%m")) local year = tonumber(os.date("%Y"))