aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/awesome/rc.lua')
-rw-r--r--.config/awesome/rc.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index cff44e1..a17014d 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -15,7 +15,7 @@ local hotkeys_popup = require("awful.hotkeys_popup").widget
require("awful.hotkeys_popup.keys")
-- Include modules
-local calendar = require("calendar")
+local gtd_next_items = require("gtd_next_items")
-- Error handling
-- Check if awesome encountered an error during startup and fell back to
@@ -123,8 +123,8 @@ mykeyboardlayout = awful.widget.keyboardlayout()
-- Create a textclock widget
mytextclock = wibox.widget.textclock()
--- Add the calendar functionality
-calendar({}):attach(mytextclock)
+-- Add the GTD functionality
+gtd_next_items({}):attach(mytextclock)
-- Create a wibox for each screen and add it
local taglist_buttons = gears.table.join(