aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/awesome/rc.lua6
-rw-r--r--.gitignore2
-rw-r--r--.local/etc/gittab/tabs/awesome4
3 files changed, 6 insertions, 6 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(
diff --git a/.gitignore b/.gitignore
index 196aaec..e24fe4a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,7 +71,7 @@
# x11-wm/awesome
!/.config/awesome/
-/.config/awesome/calendar
+/.config/awesome/gtd_next_items
# https://gitlab.com/tyil/perl6-app-gtd
!/.config/gtd
diff --git a/.local/etc/gittab/tabs/awesome b/.local/etc/gittab/tabs/awesome
index 89bda5b..d2a05b8 100644
--- a/.local/etc/gittab/tabs/awesome
+++ b/.local/etc/gittab/tabs/awesome
@@ -1,2 +1,2 @@
-# Local name Remote URL Branch
-calendar https://github.com/deficient/calendar.git master
+# Local name Remote URL Branch
+gtd_next_items git@gitlab.com:tyil/lua-gtd-awesome.git master