nix config
at deck 116 lines 5.3 kB view raw
1# [Created by task 2.5.3 9/25/2021 00:53:42] 2# Taskwarrior program configuration file. 3# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color', 4# 'man task-sync' or 'man taskrc' 5 6# Here is an example of entries that use the default, override and blank values 7# variable=foo -- By specifying a value, this overrides the default 8# variable= -- By specifying no value, this means no default 9# #variable=foo -- By commenting out the line, or deleting it, this uses the default 10 11# Use the command 'task show' to see all defaults and overrides 12 13# Files 14data.location=~/.task 15taskd.server=task.mossnet.lan:53589 16#taskd.server=10.0.69.4:53589 17taskd.ca=~/.task/keys/ca.cert 18taskd.key=/run/agenix/taskwarrior-private 19taskd.certificate=~/.task/keys/public.cert 20taskd.trust=ignore hostname 21taskd.credentials=mossnet\/anish\/1647259c-e340-405c-a38b-11ac18e34688 22 23# Color theme (uncomment one to use) 24#include /nix/store/nv662d85k32kkpqidrj64qy1lnihac4c-taskwarrior-2.5.3/share/doc/task/rc/light-16.theme 25#include /nix/store/nv662d85k32kkpqidrj64qy1lnihac4c-taskwarrior-2.5.3/share/doc/task/rc/light-256.theme 26#include /nix/store/nv662d85k32kkpqidrj64qy1lnihac4c-taskwarrior-2.5.3/share/doc/task/rc/dark-16.theme 27#include /nix/store/nv663d85k32kkpqidrj64qy1lnihac4c-taskwarrior-2.5.3/share/doc/task/rc/dark-256.theme 28#include /nix/store/nv662d85k32kkpqidrj64qy1lnihac4c-taskwarrior-2.5.3/share/doc/task/rc/dark-red-256.theme 29#include /nix/store/nv662d85k32kkpqidrj64qy1lnihac4c-taskwarrior-2.5.3/share/doc/task/rc/dark-green-256.theme 30#include /nix/store/nv662d85k32kkpqidrj64qy1lnihac4c-taskwarrior-2.5.3/share/doc/task/rc/dark-blue-256.theme 31# TODO this needs to be not a hardlink but a nix link 32# include /nix/store/64nvv0ac2dr8rdz2414f53x97j3msiz0-taskwarrior-2.6.2/share/doc/task/rc/dark-violets-256.theme 33#include /nix/store/nv662d85k32kkpqidrj64qy1lnihac4c-taskwarrior-2.5.3/share/doc/task/rc/dark-yellow-green.theme 34#include /nix/store/nv662d85k32kkpqidrj64qy1lnihac4c-taskwarrior-2.5.3/share/doc/task/rc/dark-gray-256.theme 35#include /nix/store/nv662d85k32kkpqidrj64qy1lnihac4c-taskwarrior-2.5.3/share/doc/task/rc/dark-gray-blue-256.theme 36#include /nix/store/nv662d85k32kkpqidrj64qy1lnihac4c-taskwarrior-2.5.3/share/doc/task/rc/solarized-dark-256.theme 37#include /nix/store/nv662d85k32kkpqidrj64qy1lnihac4c-taskwarrior-2.5.3/share/doc/task/rc/solarized-light-256.theme 38#include /nix/store/nv662d85k32kkpqidrj64qy1lnihac4c-taskwarrior-2.5.3/share/doc/task/rc/no-color.theme 39 40uda.priority.values=H,M,,L 41news.version=2.6.0 42 43## Contexts 44context.poor.read=-purchase 45context.dev.read=+dev or +ops -work 46context.home.read=-work 47context.work.read=+work 48context.work.write=+work 49context.bucket.read=+idea 50 51## Reports 52 53# List 54report.list.columns=id,priority,project,tags,recur.indicator,scheduled.countdown,due,until.remaining,description.count 55report.list.labels=ID,P,Project,Tags,R,Sch,Due,Until,Description 56 57# In 58report.in.columns=id,project,tags,description 59report.in.labels=ID,Proj,Tags,Description 60report.in.description=Inbox 61report.in.filter=status:pending limit:page (+idea) 62 63# Backlog 64report.backlog.columns=id,priority,project,tags,recur.indicator,scheduled.countdown,due,until.remaining,description.count 65report.backlog.labels=ID,P,Project,Tags,R,Sch,Due,Until,Description 66report.backlog.description=backlog 67report.backlog.filter=status:pending limit:page (+backlog) 68report.backlog.sort=start-,due+,project+/,urgency- 69 70# Unblocked 71report.unblocked.labels=ID,Deps,Proj,Tags,Due,Active,Description 72report.unblocked.columns=id,depends,project,tags,due,start.active,description 73 74# Next 75# It's not a good idea to filter this view, since modify depends on the next view 76report.next.filter=(status:pending limit:0) # pro.not:ideas -idea -backlog 77report.next.labels=ID,Active,Deps,P,Project,Tag,Recur,S,Due,Until,Description 78report.next.columns=id,start.age,depends,priority,project,tags,recur,scheduled.countdown,due.relative,until.remaining,description 79 80# Everything, including inbox 81report.every.filter=(status:pending limit:0) 82report.every.labels=ID,Active,Deps,P,Project,Tag,Recur,S,Due,Until,Description 83report.every.columns=id,start.age,depends,priority,project,tags,recur,scheduled.countdown,due.relative,until.remaining,description 84 85report.poms.filter=(status:pending -idea -backlog -BLOCKED) 86report.poms.labels=UUID,ID,Project,Tag,Description 87report.poms.columns=uuid,id,project,tags,description 88report.poms.sort=start+,urgency+ 89 90# Urgency 91urgency.user.project.wait.coefficient=-10.0 92urgency.user.project.craft.coefficient=1.9 93urgency.user.project.chores.coefficient=0.8 94urgency.user.tag.think.coefficient=-7.0 95urgency.user.tag.purchase.coefficient=-1.2 96urgency.user.project.curve.glam.coefficient=-1.3 97 98# UDAs 99uda.taskwarrior-tui.shortcuts.1=~/.local/bin/task/set-focus.sh 100uda.taskwarrior-tui.shortcuts.2=~/.local/bin/task/set-backlog.sh 101uda.taskwarrior-tui.shortcuts.3=~/.local/bin/task/set-idea.sh 102 103# Colors 104color.project.chores=blue 105color.tag.dev=cyan 106color.project.craft=green 107color.tag.purchase=rgb411 108color.tag.next=black on yellow 109color.sync.rejected=red 110color.blocked=color0 111color.tag.ops=rgb032 112color.blocking=white on black 113color.project.curve.glam=rgb525 114color.tag.glam=rgb525 115color.project.none=rgb553 116color.footnote=yellow