mirror of
https://github.com/nix-community/home-manager
synced 2024-11-08 20:29:43 +01:00
820be197cc
The current module constrains to values in enum but khal supports RGB colors as well khal.readthedocs.io/en/latest/configure.html#the-calendars-section ! (be careful when setting an RGB value, it has to be quoted else it is ignored, got bitten by it with a manual config ) NB: It's also not possible to set addresses khal.readthedocs.io/en/latest/configure.html#the-calendars-section
52 lines
893 B
Text
52 lines
893 B
Text
[calendars]
|
|
[[test]]
|
|
path = /home/hm-user/$XDG_CONFIG_HOME/cal/test/
|
|
|
|
readonly = True
|
|
color = '#ff0000'
|
|
priority=10
|
|
type=calendar
|
|
|
|
|
|
|
|
[[testcontacts-automaticallyCollected]]
|
|
path = /home/hm-user/$XDG_CONFIG_HOME/card/testcontacts/automaticallyCollected
|
|
|
|
priority=10
|
|
type=birthdays
|
|
|
|
|
|
|
|
[[testcontacts-default]]
|
|
path = /home/hm-user/$XDG_CONFIG_HOME/card/testcontacts/default
|
|
|
|
priority=10
|
|
type=birthdays
|
|
|
|
|
|
|
|
[[testcontactsNoCollections]]
|
|
path = /home/hm-user/$XDG_CONFIG_HOME/card/testcontactsNoCollections/
|
|
|
|
priority=10
|
|
type=birthdays
|
|
|
|
|
|
|
|
[default]
|
|
default_calendar=test
|
|
highlight_event_days=true
|
|
timedelta=5d
|
|
|
|
[locale]
|
|
dateformat=%x
|
|
datetimeformat=%c
|
|
firstweekday=0
|
|
longdateformat=%x
|
|
longdatetimeformat=%c
|
|
timeformat=%X
|
|
unicode_symbols=true
|
|
weeknumbers=off
|
|
|
|
[view]
|
|
agenda_event_format={calendar-color}{cancelled}{start-end-time-style} {title}{repeat-symbol}{reset}
|