Improve khal config
This commit is contained in:
parent
46d4295d1a
commit
1ec5058cea
@ -2,12 +2,16 @@
|
|||||||
|
|
||||||
[[default]]
|
[[default]]
|
||||||
path = ~/.local/calendars/default
|
path = ~/.local/calendars/default
|
||||||
color = yellow
|
color = dark magenta
|
||||||
|
|
||||||
[[personal]]
|
[[personal]]
|
||||||
path = ~/.local/calendars/personal
|
path = ~/.local/calendars/personal
|
||||||
color = light green
|
color = light green
|
||||||
|
|
||||||
|
[[work]]
|
||||||
|
path = ~/.local/calendars/work
|
||||||
|
color = light red
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
default_calendar = personal
|
default_calendar = personal
|
||||||
highlight_event_days = true
|
highlight_event_days = true
|
||||||
@ -17,7 +21,7 @@ timedelta = 15d
|
|||||||
local_timezone = Europe/Paris
|
local_timezone = Europe/Paris
|
||||||
default_timezone = Europe/Paris
|
default_timezone = Europe/Paris
|
||||||
timeformat = %H:%M
|
timeformat = %H:%M
|
||||||
dateformat = %d/%m/%Y
|
dateformat = %d/%m/%y
|
||||||
longdateformat = %d/%m/%Y
|
longdateformat = %d/%m/%y
|
||||||
datetimeformat = %d/%m/%Y %H:%M
|
datetimeformat = %d/%m/%y %H:%M
|
||||||
longdatetimeformat = %d/%m/%Y %H:%M
|
longdatetimeformat = %d/%m/%y %H:%M
|
||||||
|
Loading…
x
Reference in New Issue
Block a user