From 38dc08a19067d876387e3822e3bee2ace47df349 Mon Sep 17 00:00:00 2001 From: Itay Fridman Date: Thu, 29 Jul 2021 10:02:39 +0000 Subject: [PATCH] fix lain calender --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index c186da8..b56dd6c 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"}),