From 8faedf42b2413c0047eb34ab1627795b4f7d216a Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 1 Oct 2023 19:47:14 +0200 Subject: fix(hm/conf/taskwarrior): Add 'total_active_time' to next report --- hm/soispha/conf/taskwarrior/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'hm/soispha/conf') diff --git a/hm/soispha/conf/taskwarrior/default.nix b/hm/soispha/conf/taskwarrior/default.nix index 3d647482..a7187c99 100644 --- a/hm/soispha/conf/taskwarrior/default.nix +++ b/hm/soispha/conf/taskwarrior/default.nix @@ -43,6 +43,17 @@ }; color = true; + report = { + next = { + columns = "id,start.age,entry.age,total_active_time,depends,priority,project,tags,recur,scheduled.countdown,due.relative,until.remaining,description,urgency"; + context = 1; + description = "Most urgent tasks"; + filter = "status:pending -WAITING limit:page"; + labels = "ID,Active,Age,tAge,Deps,P,Project,Tag,Recur,S,Due,Until,Description,Urg"; + sort = "urgency-"; + }; + }; + inherit context; }; }; -- cgit 1.4.1