local wibox = require("wibox")
-- Create a textclock widget
-mytextclock = awful.widget.textclock(" %a %b %d, %k:%M ", 10)
separator = wibox.widget.textbox()
separator:set_markup('<span font="Symbola 10" color="#404040">│</span>')
right_layout:add(require("widgets/battery_widget"))
end
right_layout:add(separator)
- right_layout:add(mytextclock)
+ right_layout:add(require("widgets/calendar"))
right_layout:add(mylayoutbox[s])
-- Now bring it all together (with the tasklist in the middle)