From: 2009 Date: Wed, 1 Feb 2017 09:08:55 +0000 (+1000) Subject: Fix calender widget not highlighting date X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/91569eb5b4ffb200f3f68baaabcd42af32d13674?hp=91569eb5b4ffb200f3f68baaabcd42af32d13674 Fix calender widget not highlighting date - os.date was returning the day as 01 which meant the calendar icon was looking for 01.png instead of 1.png - looks like the cal command pads the singe didgets which the gsub didn't account for ---