taskwarrior: Final small configuration fixes
Gave a description to the created report, Made (GTD) maybe items way less important, and changed colors slightly.
This commit is contained in:
parent
a69cc0a517
commit
b8388bf8fd
1 changed files with 7 additions and 0 deletions
|
@ -15,6 +15,9 @@ data.location=~/.local/share/task
|
|||
# disable case sensitivity
|
||||
search.case.sensitive=no
|
||||
|
||||
# change verbosity to hide header (i.e. TASKRC override notification)
|
||||
verbose=blank,footnote,label,new-id,affected,edit,special,project,sync,unwait,override,recur
|
||||
|
||||
# german-style week start
|
||||
weekstart=monday
|
||||
|
||||
|
@ -34,6 +37,7 @@ report.next.labels=,Project,Pri,Urg,Due,Description,Tags,Sched,Age,Recur
|
|||
# customize overdue report: hide tasks which are due today, but scheduled for 00:00:00
|
||||
report.overdue.filter=(status:pending or status:waiting) and +OVERDUE and -TODAY
|
||||
# custom today report, sorted by urgency
|
||||
report.today.description=Tasks scheduled for today, sorted by urgency
|
||||
report.today.filter=status:pending +TODAY limit:page
|
||||
report.today.sort=urgency-
|
||||
report.today.columns=id,project,priority,urgency,due,description,tags,scheduled,entry.age,recur
|
||||
|
@ -47,6 +51,8 @@ urgency.uda.priority..coefficient=1.8
|
|||
# Just because its tagged/annotated doesn't mean its important
|
||||
urgency.tags.coefficient=0
|
||||
urgency.annotations.coefficient=0
|
||||
# maybe items are not urgent at all
|
||||
urgency.user.tag.maybe.coefficient=-100.0
|
||||
|
||||
# only ever show one result in the task shell
|
||||
tasksh.autoclear=1
|
||||
|
@ -73,3 +79,4 @@ taskd.credentials=FreeCinc\/freecinc_7ebc40a3\/1b2f5c1e-3d62-4a35-82c8-82ce0e237
|
|||
#include /usr/share/doc/task/rc/solarized-dark-256.theme
|
||||
#include /usr/share/doc/task/rc/solarized-light-256.theme
|
||||
#include /usr/share/doc/task/rc/no-color.theme
|
||||
color.scheduled=on grey
|
||||
|
|
Loading…
Reference in a new issue