From d2e63e5082458ba419008b77ff78aec7ce294c01 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Thu, 4 Nov 2021 09:04:26 -0500 Subject: [PATCH] lain.calendar is now lain.cal. --- .config/awesome/README.org | 2 +- .config/awesome/rc.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/awesome/README.org b/.config/awesome/README.org index 7da37c4..ccbd519 100644 --- a/.config/awesome/README.org +++ b/.config/awesome/README.org @@ -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"}), diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index d7952df..fb50467 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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"}),