aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-10-13 21:16:23 +0200
committerPatrick Spek <p.spek@tyil.nl>2019-10-13 21:16:23 +0200
commitced130aaada8648aff9598687fa3dbf8b52e1077 (patch)
treeb5a9926a265bbcca6056eb186de784244c6fac18 /.config/awesome/rc.lua
parent0efe9f71e9fbafb3a39fe9c053735d04905c2db0 (diff)
Update Awesome to use GTD plugin
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(