summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
authorNicolas Schodet2017-09-07 14:03:06 +0200
committerNicolas Schodet2017-09-07 14:03:06 +0200
commit2a958b324624ef16f5edb424b9ca75a8eec20c52 (patch)
treec4508c2b3791270b97dfe71a8e03295ecf51be2e /rc.lua
parent79b48db4ef04c464898208df7639123f61b35781 (diff)
widget/cal: port to 4.0
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.lua b/rc.lua
index b5b6ff2..a92ace9 100644
--- a/rc.lua
+++ b/rc.lua
@@ -42,7 +42,7 @@ end
-- Load my modules
--require("vicious")
--require("widgets.volume")
---require("widgets.cal")
+local cal = require("widgets.cal")
-- {{{ Variable definitions
-- Themes define colours, icons, font and wallpapers.
@@ -129,7 +129,7 @@ mykeyboardlayout = awful.widget.keyboardlayout()
-- {{{ Wibar
-- Create a textclock widget
mytextclock = wibox.widget.textclock()
---widgets.cal.register(mytextclock)
+cal.register(mytextclock)
-- Create my widgets
--[[