aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-01-04 22:53:25 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-01-04 22:53:25 +0100
commit933d5f0f1c43b75c8d49619adbd5b109cb2afd92 (patch)
treeaa687bf96899722a297f839724e1b3b133674a4d /.config/awesome/rc.lua
parent8e0810966369796ce9e1b98cce85ed858357cfdd (diff)
Update calendar todo widget
Diffstat (limited to '.config/awesome/rc.lua')
-rw-r--r--.config/awesome/rc.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index a17014d..a171028 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -14,8 +14,7 @@ local hotkeys_popup = require("awful.hotkeys_popup").widget
-- when client with a matching name is opened:
require("awful.hotkeys_popup.keys")
--- Include modules
-local gtd_next_items = require("gtd_next_items")
+local todo = require("todo")
-- Error handling
-- Check if awesome encountered an error during startup and fell back to
@@ -124,7 +123,7 @@ mykeyboardlayout = awful.widget.keyboardlayout()
mytextclock = wibox.widget.textclock()
-- Add the GTD functionality
-gtd_next_items({}):attach(mytextclock)
+todo({}):attach(mytextclock)
-- Create a wibox for each screen and add it
local taglist_buttons = gears.table.join(