X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/f19d67a8fea9681befe6ca3658213b1abe5e60c8..07040e6db6de9fba139c9a60d0c453962dc4276e:/calendar.md diff --git a/calendar.md b/calendar.md index 182c805..5b4587d 100644 --- a/calendar.md +++ b/calendar.md @@ -1,11 +1,13 @@ +[<- widgets](https://github.com/copycat-killer/lain/wiki/Widgets) + Attaches a calendar notification to a widget. - lain.widgets.calendar:attach(mywidget) + lain.widgets.calendar:attach(widget) - Left click: switch to previous month. - Right click: switch to next month. -Optionally you can call the function with background and foreground colors arguments, both or just one: +Optionally you can call the function with fg and bg colors arguments, both or just one: lain.widgets.calendar:attach(mytextclock, "#FFFFFF", "#000000") -- or @@ -13,6 +15,8 @@ Optionally you can call the function with background and foreground colors argum -- or lain.widgets.calendar:attach(mytextclock, nil, "#000000") +default fg and fb colors are `beautiful.fg_focus` and `beautiful.bg_normal`. + Notification will show an icon displaying current day, and formatted output from ``cal`` with current day highlighted.