mirror of https://github.com/lcpz/lain.git
Updated calendar (markdown)
This commit is contained in:
parent
c8e07d2ec3
commit
07a230fb16
|
@ -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),
|
awful.key({ altkey }, "c", function () lain.widgets.calendar:show(7) end),
|
||||||
|
|
||||||
where ``altkey = "Mod1"`` and ``show`` argument is an optional integer, meaning timeout seconds.
|
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.
|
Loading…
Reference in New Issue