From: Luke Bonham Date: Thu, 2 Jan 2014 11:16:09 +0000 (-0800) Subject: Updated calendar (markdown) X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/07a230fb1654cc6abc1bd1ea8b36d8dcb3c1ad62 Updated calendar (markdown) --- diff --git a/calendar.md b/calendar.md index fa4e563..b06c453 100644 --- a/calendar.md +++ b/calendar.md @@ -26,4 +26,6 @@ You can call the notification with a key binding like this: awful.key({ altkey }, "c", function () lain.widgets.calendar:show(7) end), -where ``altkey = "Mod1"`` and ``show`` argument is an optional integer, meaning timeout seconds. \ No newline at end of file +where ``altkey = "Mod1"`` and ``show`` argument is an optional integer, meaning timeout seconds. + +**Note that** this widget exploits ``cal`` to do the alignment, in order to avoid more dozens of code lines, but this requires that your system font is monospaced. \ No newline at end of file