diff --git a/home/calendars/default.nix b/home/calendars.nix similarity index 97% rename from home/calendars/default.nix rename to home/calendars.nix index f0db4ba..afbd0da 100644 --- a/home/calendars/default.nix +++ b/home/calendars.nix @@ -20,7 +20,6 @@ let in { - # xdg.configFile."khal/config".source = ./khal.config; services.vdirsyncer.enable = true; programs.vdirsyncer.enable = true; @@ -108,7 +107,7 @@ in }; "eintracht_f" = calDefaults // { khal.enable = true; - khal.color = "light blue"; + khal.color = "dark red"; remote = { type = "http"; url = "http://i.cal.to/ical/5940/eintrachtfrankfurt/spielplan-frauen-profis/28ae0d30.f781380b-1763bff2.ics"; diff --git a/home/calendars/khal.config b/home/calendars/khal.config deleted file mode 100644 index 7ab2553..0000000 --- a/home/calendars/khal.config +++ /dev/null @@ -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 diff --git a/home/default.nix b/home/default.nix index e193af2..2deb5ab 100644 --- a/home/default.nix +++ b/home/default.nix @@ -122,7 +122,7 @@ ./foot.nix ./fish.nix ./firefox.nix - ./calendars + ./calendars.nix ./mail ./tex.nix ./openconnect.nix