summaryrefslogtreecommitdiff
path: root/bar.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bar.lua')
-rw-r--r--bar.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/bar.lua b/bar.lua
index baaf60e..b038bd2 100644
--- a/bar.lua
+++ b/bar.lua
@@ -104,6 +104,10 @@ function widgets.right_widgets(s) return wibox.widget {
--mylauncher,
} end
+-- create calendar popup on textclock
+local month_calendar = awful.widget.calendar_popup.month()
+month_calendar:attach(widgets.textclock, "t", { on_hover = false })
+
-- create a wibox for each screen and add it
awful.screen.connect_for_each_screen(function (s)
awful.tag({"1", "2", "3", "4", "5", "6", "7", "8", "9"}, s, awful.layout.layouts[1])