diff --git a/system/desktop/wtf.nix b/system/desktop/wtf.nix index f2ca4cf..8864b86 100644 --- a/system/desktop/wtf.nix +++ b/system/desktop/wtf.nix @@ -38,7 +38,7 @@ let taskNextWeek = pkgs.writers.writeDash "taskweek" '' ${pkgs.taskwarrior}/bin/task \ export \ - status:pending and \( due.before:6days \) \ + status:pending and \( due.before:7days and due.after:today \) \ | ${pkgs.jq}/bin/jq '[.[] | { Day: .due, ID: .id, Description: .description | sub("\n.*";"")} ] | sort_by(.Day)' \ | ${pkgs.miller}/bin/mlr --ijson --opprint put '$Day = strftime(strptime($Day,"%Y%m%dT%H%M%SZ")'$(date +%z)'00,"%a")' '';