From ced130aaada8648aff9598687fa3dbf8b52e1077 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 13 Oct 2019 21:16:23 +0200 Subject: Update Awesome to use GTD plugin --- .config/awesome/rc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/awesome/rc.lua') 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( -- cgit v1.1