mirror of https://github.com/LuSilf/dotfiles.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.8 KiB
45 lines
1.8 KiB
# [Created by task 2.5.3 5/12/2021 12:32:01] |
|
# 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 |
|
|
|
# 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 |
|
|
|
color.uda.priority.H=color255 |
|
color.uda.priority.L=color245 |
|
color.uda.priority.M=color250 |
|
|
|
uda.priority.label=Priority |
|
uda.priority.type=string |
|
uda.priority.values=H,M,,L |
|
|
|
urgency.uda.priority.H.coefficient=6.0 |
|
urgency.uda.priority.M.coefficient=3.9 |
|
urgency.uda.priority..coefficient=1.8 |
|
urgency.uda.priority.L.coefficient=0.5 |
|
taskd.server=192.168.1.181:53589 |
|
taskd.credentials=Home\/lusilf\/e815bc47-71e7-4413-a749-ed2e56ea0c88
|
|
|