khal, todoman, vdirsyncer: added
This commit is contained in:
parent
7c61357140
commit
3a28bee3bf
4
programs
4
programs
@ -81,6 +81,10 @@ tinyxxd
|
||||
fcitx5
|
||||
fcitx5-chinese-addons
|
||||
fcitx5-configtool
|
||||
# calendaring/todo management
|
||||
khal
|
||||
todoman
|
||||
vdirsyncer
|
||||
|
||||
# in the aur
|
||||
tmsu
|
||||
|
15
src/dot_config/private_khal/config
Normal file
15
src/dot_config/private_khal/config
Normal file
@ -0,0 +1,15 @@
|
||||
[calendars]
|
||||
|
||||
[[calendar_local]]
|
||||
path = ~/.local/share/vdirsyncer/cal/*
|
||||
type = discover
|
||||
|
||||
[locale]
|
||||
timeformat = %H:%M
|
||||
dateformat = %Y-%m-%d
|
||||
longdateformat = %Y-%m-%d
|
||||
datetimeformat = %Y-%m-%d %H:%M
|
||||
longdatetimeformat = %Y-%m-%d %H:%M
|
||||
|
||||
[default]
|
||||
default_calendar = Personal
|
5
src/dot_config/todoman/config.py
Normal file
5
src/dot_config/todoman/config.py
Normal file
@ -0,0 +1,5 @@
|
||||
path = "~/.local/share/vdirsyncer/cal/*"
|
||||
date_format = "%Y-%m-%d"
|
||||
time_format = "%H:%M"
|
||||
default_list = "Personal"
|
||||
default_due = 48
|
21
src/dot_config/vdirsyncer/create_private_config
Normal file
21
src/dot_config/vdirsyncer/create_private_config
Normal file
@ -0,0 +1,21 @@
|
||||
[general]
|
||||
status_path = "~/.local/share/vdirsyncer/status"
|
||||
|
||||
[pair calendar]
|
||||
a = "calendar_local"
|
||||
b = "calendar_remote"
|
||||
conflict_resolution = "b wins"
|
||||
collections = ["from a", "from b"]
|
||||
metadata = ["color", "displayname"]
|
||||
|
||||
[storage calendar_local]
|
||||
type = "filesystem"
|
||||
path = "~/.local/share/vdirsyncer/cal/"
|
||||
fileext=".ics"
|
||||
|
||||
[storage calendar_remote]
|
||||
type = "caldav"
|
||||
|
||||
url = ""
|
||||
username = "user"
|
||||
password = ""
|
Loading…
Reference in New Issue
Block a user