lain.calendar is now lain.cal.

This commit is contained in:
Derek Taylor 2021-11-04 09:04:26 -05:00
parent 3167ce80f4
commit d2e63e5082
2 changed files with 2 additions and 2 deletions

View File

@ -571,7 +571,7 @@ globalkeys = my_table.join(
{description = "dropdown application", group = "super"}),
-- Widgets popups
awful.key({ altkey, }, "c", function () lain.widget.calendar.show(7) end,
awful.key({ altkey, }, "c", function () lain.widget.cal.show(7) end,
{description = "show calendar", group = "widgets"}),
awful.key({ altkey, }, "h", function () if beautiful.fs then beautiful.fs.show(7) end end,
{description = "show filesystem", group = "widgets"}),

View File

@ -467,7 +467,7 @@ globalkeys = my_table.join(
{description = "dropdown application", group = "super"}),
-- Widgets popups
awful.key({ altkey, }, "c", function () lain.widget.calendar.show(7) end,
awful.key({ altkey, }, "c", function () lain.widget.cal.show(7) end,
{description = "show calendar", group = "widgets"}),
awful.key({ altkey, }, "h", function () if beautiful.fs then beautiful.fs.show(7) end end,
{description = "show filesystem", group = "widgets"}),