summaryrefslogtreecommitdiff
path: root/taskrc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-12-06 09:29:54 +0100
committerLars Wirzenius <liw@liw.fi>2015-12-06 09:29:54 +0100
commitcfa4cb76c6a9d751f01a885278a890ee3e276ce0 (patch)
tree167eb57074ec64e51c994e871dc0c9a8bdf7cba0 /taskrc
parent7de2a6cb785e6136c8a89be40486d46e16807bc6 (diff)
downloadliw-dot-files-cfa4cb76c6a9d751f01a885278a890ee3e276ce0.tar.gz
Add .taskrc
Diffstat (limited to 'taskrc')
-rw-r--r--taskrc120
1 files changed, 120 insertions, 0 deletions
diff --git a/taskrc b/taskrc
new file mode 100644
index 0000000..dcb1b72
--- /dev/null
+++ b/taskrc
@@ -0,0 +1,120 @@
+# [Created by task 2.3.0 9/27/2015 21:08:54]
+# Taskwarrior program configuration file.
+# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-faq',
+# 'man task-tutorial', 'man task-color', 'man task-sync' or 'man taskrc'
+
+# Here is an example of entries that use the default, override and blank values
+# variable=foo -- By specifying a value, this overrides the default
+# variable= -- By specifying no value, this means no default
+# #variable=foo -- By commenting out the line, or deleting it, this uses the default
+
+# Use the command 'task show' to see all defaults and overrides
+
+# Files
+data.location=~/.task
+
+# I am not systematic enough to get case always the same way.
+search.case.sensitive=no
+
+# Default priority for new tasks is M. L is basically someday/maybe. H
+# is really urgent stuff.
+default.priority=M
+
+# I don't need to do things in priority order. A high-priority thing
+# might not be possible to do. Nagging me about it is just irritating.
+nag=
+
+# Urgency management.
+urgency.next.coefficient=15.0
+urgency.blocking.coefficient=1.0
+urgency.blocked.coefficient=-50.0
+urgency.due.coefficient=12.0
+urgency.priority.coefficient=20.0
+urgency.waiting.coefficient=-3.0
+urgency.active.coefficient=4.0
+urgency.scheduled.coefficient=5.0
+urgency.project.coefficient=0.0
+urgency.tags.coefficient=0.0
+urgency.annotations.coefficient=0.0
+urgency.age.coefficient=2.0
+urgency.age.max=365
+urgency.user.tag.waiting.coefficient=-3.0
+# urgency.user.project.<project>.coefficient=...
+# urgency.uda.<name>.coefficient=...
+
+
+# Week starts on Monday.
+weekstart=Monday
+
+# Color theme: light-256 with my modifications to avoid unreadable
+# combinations and so on.
+#
+# Colours: black, red, blue, green, magenta, cyan, yellow, white
+# Effects: bold, underline, "on green", "on bright green", inverse
+
+# include /usr/share/taskwarrior/light-256.theme
+# color.blocked=bright white on bright white
+# color.blocking=black on bright white
+# color.overdue=underline red on bright white
+
+
+# I use terminals with a white background. I only set background
+# colours here if it should be different from the default.
+#
+# Tasks I should pay particular attention to are red (rgb500).
+#
+# Tasks that I probably shouldn't pay attention normally to are grey
+# (which is called white). For example, blocked and low-priority
+# tasks.
+#
+# Things that are indicative of a problem have a red background
+# ("bright black on red").
+
+color.active=black on bright green
+color.scheduled=
+color.blocking=
+color.blocked=grey23
+color.due=rgb500
+color.due.today=rgb500
+color.overdue=rgb500
+color.project.none=
+color.tag.none=bright black on red
+color.tag.waiting=rgb505 on bright white
+color.tagged=
+color.recurring=
+color.pri.H=rgb500
+color.pri.M=
+color.pri.L=grey18
+color.pri.none=bright black on red
+color.completed=white
+color.deleted=white
+
+color.error=bright black on red
+color.header=
+color.footnote=
+color.summary.bar=on cyan
+color.summary.background=on bright cyan
+color.calendar.today=on bright cyan
+color.calendar.due=on bright green
+color.calendar.due.today=on bright red
+color.calendar.overdue=on bright red
+color.calendar.weekend=
+color.calendar.holiday=
+color.calendar.weeknumber=
+color.alternate=on grey23
+color.debug=bright black on red
+
+color.burndown.done=on green
+color.burndown.pending=on bright red
+color.burndown.started=on bright yellow
+
+color.history.add=on bright red
+color.history.delete=on bright yellow
+color.history.done=on green
+
+color.sync.added=
+color.sync.changed=
+color.sync.rejected=
+
+color.undo.after=
+color.undo.before=