calendars
This commit is contained in:
parent
1c667994cb
commit
6a475a7430
3 changed files with 2 additions and 69 deletions
|
|
@ -20,7 +20,6 @@ let
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
# xdg.configFile."khal/config".source = ./khal.config;
|
|
||||||
services.vdirsyncer.enable = true;
|
services.vdirsyncer.enable = true;
|
||||||
programs.vdirsyncer.enable = true;
|
programs.vdirsyncer.enable = true;
|
||||||
|
|
||||||
|
|
@ -108,7 +107,7 @@ in
|
||||||
};
|
};
|
||||||
"eintracht_f" = calDefaults // {
|
"eintracht_f" = calDefaults // {
|
||||||
khal.enable = true;
|
khal.enable = true;
|
||||||
khal.color = "light blue";
|
khal.color = "dark red";
|
||||||
remote = {
|
remote = {
|
||||||
type = "http";
|
type = "http";
|
||||||
url = "http://i.cal.to/ical/5940/eintrachtfrankfurt/spielplan-frauen-profis/28ae0d30.f781380b-1763bff2.ics";
|
url = "http://i.cal.to/ical/5940/eintrachtfrankfurt/spielplan-frauen-profis/28ae0d30.f781380b-1763bff2.ics";
|
||||||
|
|
@ -1,66 +0,0 @@
|
||||||
# vim:ft=cfg
|
|
||||||
[default]
|
|
||||||
|
|
||||||
default_calendar = till
|
|
||||||
highlight_event_days = true
|
|
||||||
timedelta = 5d
|
|
||||||
print_new = event
|
|
||||||
|
|
||||||
[calendars]
|
|
||||||
|
|
||||||
[[till]]
|
|
||||||
path = ~/.local/share/calendars/till
|
|
||||||
color = light blue
|
|
||||||
|
|
||||||
[[mitlisa]]
|
|
||||||
path = ~/.local/share/calendars/mitlisa
|
|
||||||
color = light magenta
|
|
||||||
|
|
||||||
[[family]]
|
|
||||||
path = ~/.local/share/calendars/family
|
|
||||||
color = dark magenta
|
|
||||||
|
|
||||||
[[bdays]]
|
|
||||||
path = ~/.local/share/calendars/bdays
|
|
||||||
color = yellow
|
|
||||||
|
|
||||||
[[mittelbau]]
|
|
||||||
path = ~/.local/share/calendars/mittelbau
|
|
||||||
color = light cyan
|
|
||||||
|
|
||||||
[[ihg]]
|
|
||||||
path = ~/.local/share/calendars/ihg
|
|
||||||
color = dark cyan
|
|
||||||
|
|
||||||
[[polit]]
|
|
||||||
path = ~/.local/share/calendars/polit
|
|
||||||
color = dark gray
|
|
||||||
|
|
||||||
[[holidays]]
|
|
||||||
path = ~/.local/share/calendars/feiertage
|
|
||||||
color = light green
|
|
||||||
|
|
||||||
[[eintracht-m]]
|
|
||||||
path = ~/.local/share/calendars/eintracht
|
|
||||||
color = light red
|
|
||||||
|
|
||||||
[[eintracht-f]]
|
|
||||||
path = ~/.local/share/calendars/eintracht
|
|
||||||
color = dark blue
|
|
||||||
|
|
||||||
[locale]
|
|
||||||
timeformat = %H:%M
|
|
||||||
dateformat = %d %b
|
|
||||||
longdateformat = %d %b %Y
|
|
||||||
datetimeformat = %d %b %H:%M
|
|
||||||
longdatetimeformat = %d %b %Y %H:%M
|
|
||||||
weeknumbers = left
|
|
||||||
|
|
||||||
[keybindings]
|
|
||||||
external_edit = ctrl e
|
|
||||||
|
|
||||||
[view]
|
|
||||||
# agenda_event_format = {calendar-color}{cancelled}{start-end-time-style} {title}{repeat-symbol} {location} {reset}
|
|
||||||
agenda_event_format = {calendar-color}{cancelled}{start-end-time-style} {title}{repeat-symbol} {location} {url}{reset}
|
|
||||||
event_format = {calendar-color}{cancelled}{start}-{end} {title}{repeat-symbol} {location} {url}{reset}
|
|
||||||
blank_line_before_day = true
|
|
||||||
|
|
@ -122,7 +122,7 @@
|
||||||
./foot.nix
|
./foot.nix
|
||||||
./fish.nix
|
./fish.nix
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./calendars
|
./calendars.nix
|
||||||
./mail
|
./mail
|
||||||
./tex.nix
|
./tex.nix
|
||||||
./openconnect.nix
|
./openconnect.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue