Separate wallpaper and lockscreen by host
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
14e80e6bf2
commit
b4b02847dd
13 changed files with 83 additions and 49 deletions
|
@ -15,7 +15,7 @@ data.location=/home/severin/Tasks
|
|||
verbose=blank,footnote,label,new-id,affected,edit,special,project,sync,unwait
|
||||
|
||||
report.todo.description=Tasks with now due date, overdue or due in the next 7 days
|
||||
report.todo.columns=id,due,project,description.count
|
||||
report.todo.columns=id,due,project,description.desc
|
||||
report.todo.labels=ID,Due,Project,Description
|
||||
report.todo.sort=due+
|
||||
report.todo.filter=due.before:1wk and status:pending or due: and status:pending
|
||||
|
@ -30,3 +30,10 @@ color.due=
|
|||
color.due.today=
|
||||
dateformat=Y-M-D H:N
|
||||
|
||||
# Synchronization
|
||||
taskd.certificate=/home/severin/Keys/taskwarrior/private.certificate.pem
|
||||
taskd.key=/home/severin/Keys/taskwarrior/private.key.pem
|
||||
taskd.ca=/home/severin/Keys/taskwarrior/ca.cert.pem
|
||||
taskd.server=taskwarrior.inthe.am:53589
|
||||
taskd.credentials=inthe_am/severin.kaderli/0a28cfd9-a503-4518-8e62-25eef00f6e00
|
||||
taskd.trust=ignore hostname
|
Loading…
Add table
Add a link
Reference in a new issue