forked from daveyarwood/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
taskrc
54 lines (46 loc) · 2.22 KB
/
taskrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# [Created by task 2.5.0 4/17/2018 21:42:31]
# Taskwarrior program configuration file.
# For more documentation, see http://taskwarrior.org or try 'man task', '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
# inthe.am integration
# taskd.certificate=/home/dave/inthe.am/private.certificate.pem
# taskd.key=/home/dave/inthe.am/private.key.pem
# taskd.ca=/home/dave/inthe.am/ca.cert.pem
# taskd.server=taskwarrior.inthe.am:53589
# taskd.credentials=inthe_am/dave.yarwood/fdea5fbb-e178-49da-96a1-33c5e366ffe8
# taskd.trust=ignore hostname
# Color theme (uncomment one to use)
#include /usr/share/doc/task/rc/light-16.theme
#include /usr/share/doc/task/rc/light-256.theme
#include /usr/share/doc/task/rc/dark-16.theme
#include /usr/share/doc/task/rc/dark-256.theme
#include /usr/share/doc/task/rc/dark-red-256.theme
#include /usr/share/doc/task/rc/dark-green-256.theme
#include /usr/share/doc/task/rc/dark-blue-256.theme
#include /usr/share/doc/task/rc/dark-violets-256.theme
#include /usr/share/doc/task/rc/dark-yellow-green.theme
#include /usr/share/doc/task/rc/dark-gray-256.theme
#include /usr/share/doc/task/rc/dark-gray-blue-256.theme
#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
urgency.user.project.home.coefficient=5.0
urgency.user.project.family.coefficient=5.0
urgency.user.project.friends.coefficient=4.5
urgency.user.project.adzerk.coefficient=4.0
urgency.user.project.kevel.coefficient=4.0
urgency.user.project.jiujitsu.coefficient=3.2
urgency.user.project.alda.coefficient=3.0
urgency.user.project.blog.coefficient=2.0
urgency.user.project.talks.coefficient=2.0
urgency.user.tag.freetime.coefficient=-10.0
urgency.uda.priority.H.coefficient=20.0
urgency.uda.priority.M.coefficient=10.0
urgency.uda.priority.L.coefficient=-10.0