From 6b0581714b8f29b032deabf3a028c8c709fd6247 Mon Sep 17 00:00:00 2001 From: copycat-killer Date: Sun, 4 Dec 2016 13:18:27 +0100 Subject: [PATCH] lain: new commit --- lain | 2 +- rc.lua.blackburn | 2 +- rc.lua.copland | 2 +- rc.lua.dremora | 2 +- rc.lua.holo | 2 +- rc.lua.multicolor | 2 +- rc.lua.powerarrow-darker | 2 +- rc.lua.rainbow | 2 +- rc.lua.steamburn | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lain b/lain index 14d047e..c23c266 160000 --- a/lain +++ b/lain @@ -1 +1 @@ -Subproject commit 14d047eaa75fb760508e2e4aeb51b42f5fed31ed +Subproject commit c23c2660e9b1ab45f97703e6c916c4e96c339b00 diff --git a/rc.lua.blackburn b/rc.lua.blackburn index c66f2c3..9074747 100644 --- a/rc.lua.blackburn +++ b/rc.lua.blackburn @@ -422,7 +422,7 @@ globalkeys = awful.util.table.join( awful.key({ modkey, }, "z", function () quakeconsole[mouse.screen]:toggle() end), -- Widgets popups - awful.key({ altkey, }, "c", function () lain.widgets.calendar:show(7) end), + awful.key({ altkey, }, "c", function () lain.widgets.calendar.show(7) end), awful.key({ altkey, }, "h", function () fshome.show(7) end), awful.key({ altkey, }, "w", function () myweather.show(7) end), diff --git a/rc.lua.copland b/rc.lua.copland index d322a50..62b56e3 100644 --- a/rc.lua.copland +++ b/rc.lua.copland @@ -494,7 +494,7 @@ globalkeys = awful.util.table.join( awful.key({ modkey, }, "z", function () quakeconsole[mouse.screen]:toggle() end), -- Widgets popups - awful.key({ altkey, }, "c", function () lain.widgets.calendar:show(7) end), + awful.key({ altkey, }, "c", function () lain.widgets.calendar.show(7) end), awful.key({ altkey, }, "h", function () fshomeupd.show(7) end), awful.key({ altkey, }, "w", function () myweather.show(7) end), diff --git a/rc.lua.dremora b/rc.lua.dremora index 18ae596..0501469 100644 --- a/rc.lua.dremora +++ b/rc.lua.dremora @@ -421,7 +421,7 @@ globalkeys = awful.util.table.join( awful.key({ modkey, }, "z", function () quakeconsole[mouse.screen]:toggle() end), -- Widgets popups - awful.key({ altkey, }, "c", function () lain.widgets.calendar:show(7) end), + awful.key({ altkey, }, "c", function () lain.widgets.calendar.show(7) end), awful.key({ altkey, }, "h", function () fshome.show(7) end), awful.key({ altkey, }, "w", function () myweather.show(7) end), diff --git a/rc.lua.holo b/rc.lua.holo index 65eaa9f..8139d2f 100644 --- a/rc.lua.holo +++ b/rc.lua.holo @@ -561,7 +561,7 @@ globalkeys = awful.util.table.join( awful.key({ modkey, }, "z", function () quakeconsole[mouse.screen]:toggle() end), -- Widgets popups - awful.key({ altkey, }, "c", function () lain.widgets.calendar:show(7) end), + awful.key({ altkey, }, "c", function () lain.widgets.calendar.show(7) end), awful.key({ altkey, }, "w", function () myweather.show(7) end), -- ALSA volume control diff --git a/rc.lua.multicolor b/rc.lua.multicolor index 8ee70e9..8eecfb5 100644 --- a/rc.lua.multicolor +++ b/rc.lua.multicolor @@ -513,7 +513,7 @@ globalkeys = awful.util.table.join( awful.key({ modkey, }, "z", function () quakeconsole[mouse.screen]:toggle() end), -- Widgets popups - awful.key({ altkey, }, "c", function () lain.widgets.calendar:show(7) end), + awful.key({ altkey, }, "c", function () lain.widgets.calendar.show(7) end), awful.key({ altkey, }, "h", function () fswidget.show(7) end), awful.key({ altkey, }, "w", function () myweather.show(7) end), diff --git a/rc.lua.powerarrow-darker b/rc.lua.powerarrow-darker index ef274fa..837a49e 100644 --- a/rc.lua.powerarrow-darker +++ b/rc.lua.powerarrow-darker @@ -484,7 +484,7 @@ globalkeys = awful.util.table.join( awful.key({ modkey, }, "z", function () quakeconsole[mouse.screen]:toggle() end), -- Widgets popups - awful.key({ altkey, }, "c", function () lain.widgets.calendar:show(7) end), + awful.key({ altkey, }, "c", function () lain.widgets.calendar.show(7) end), awful.key({ altkey, }, "h", function () fswidget.show(7) end), -- ALSA volume control diff --git a/rc.lua.rainbow b/rc.lua.rainbow index c03b932..200f3a5 100644 --- a/rc.lua.rainbow +++ b/rc.lua.rainbow @@ -425,7 +425,7 @@ globalkeys = awful.util.table.join( awful.key({ modkey, }, "z", function () quakeconsole[mouse.screen]:toggle() end), -- Widgets popups - awful.key({ altkey, }, "c", function () lain.widgets.calendar:show(7) end), + awful.key({ altkey, }, "c", function () lain.widgets.calendar.show(7) end), awful.key({ altkey, }, "h", function () fshome.show(7) end), awful.key({ altkey, }, "w", function () myweather.show(7) end), diff --git a/rc.lua.steamburn b/rc.lua.steamburn index 75284ec..0a0f1c9 100644 --- a/rc.lua.steamburn +++ b/rc.lua.steamburn @@ -437,7 +437,7 @@ globalkeys = awful.util.table.join( awful.key({ modkey, }, "z", function () quakeconsole[mouse.screen]:toggle() end), -- Widgets popups - awful.key({ altkey, }, "c", function () lain.widgets.calendar:show(7) end), + awful.key({ altkey, }, "c", function () lain.widgets.calendar.show(7) end), awful.key({ altkey, }, "h", function () fshomeupd.show(7) end), awful.key({ altkey, }, "w", function () myweather.show(7) end),