dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 1141bbbd2fbcc4994dc5de7ee470e6347c0b6b61
parent 326963e4e874313ca2c02d9a60909ccc3b016e26
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 12 May 2023 16:10:14 +0200

calcure, khal: config

The same caldav format now works with vdirsyncer, khal, and calcure.

Diffstat:
Acalcure/config.ini | 104+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mdot.map | 1+
Mkhal/config | 6+-----
3 files changed, 106 insertions(+), 5 deletions(-)

diff --git a/calcure/config.ini b/calcure/config.ini @@ -0,0 +1,104 @@ +[Parameters] +default_view = calendar +birthdays_from_abook = Yes +show_keybindings = Yes +privacy_mode = No +show_weather = No +weather_city = +show_day_names = Yes +minimal_today_indicator = Yes +minimal_days_indicator = Yes +minimal_weekend_indicator = Yes +cut_titles_by_cell_length = No +ask_confirmations = Yes +use_unicode_icons = Yes +show_current_time = No +show_holidays = Yes +start_week_day = 1 +refresh_interval = 1 +event_icon = • +privacy_icon = • +today_icon = • +birthday_icon = ★ +holiday_icon = ☘️ +hidden_icon = ... +done_icon = ✔ +todo_icon = • +important_icon = ‣ +timer_icon = ⌚ +show_journal_header = Yes +journal_header = JOURNAL + +[Colors] +color_today = 2 +color_events = 4 +color_days = 7 +color_day_names = 4 +color_weekends = 1 +color_weekend_names = 1 +color_hints = 7 +color_prompts = 7 +color_confirmations = 1 +color_birthdays = 1 +color_holidays = 2 +color_todo = 7 +color_done = 6 +color_title = 4 +color_important = 1 +color_timer = 2 +color_timer_paused = 7 +color_time = 7 +color_weather = 2 +color_ics_calendars = 2,1,3,3,9,6,5,5,2 + +[Dialogues] +calendar_hint = Space · Tasks n/p · Change month a · Add event ? · All keybindings +todo_hint = Space · Calendar a · Add v · Done i · Important ? · All keybindings + +[Event icons] +travel = ✈ +plane = ✈ +voyage = ✈ +flight = ✈ +airport = ✈ +trip = 🏕 +vacation = ⛱ +holiday = ⛱ +day-off = ⛱ +hair = ✂ +barber = ✂ +beauty = ✂ +nails = ✂ +game = ♟ +match = ♟ +play = ♟ +interview = 🎙️ +conference = 🎙️ +hearing = 🎙️ +date = ♥ +concert = ♪ +dance = ♪ +music = ♪ +rehersal = ♪ +call = 🕻 +phone = 🕻 +zoom = 🕻 +deadline = ⚑ +over = ⚑ +finish = ⚑ +end = ⚑ +doctor = ✚ +dentist = ✚ +medical = ✚ +hospital = ✚ +party = ☘ +bar = ☘ +museum = ⛬ +meet = ⛬ +talk = ⛬ +sport = ⛷ +gym = 🏋 +training = ⛷ +email = ✉ +letter = ✉ + diff --git a/dot.map b/dot.map @@ -8,6 +8,7 @@ scripts: ~/.scripts mailcap: ~/.config/mailcap # Config: utilities +calcure/config.ini: ~/.config/calcure/config.ini compton: ~/.config/compton ctags: ~/.config/ctags gdb: diff --git a/khal/config b/khal/config @@ -1,10 +1,6 @@ [calendars] [[mine]] -path = ~/.local/share/calendars/mine -type = discover - -[[web]] -path = ~/.local/share/calendars/sub +path = ~/.local/share/calendars/mine/* type = discover [keybindings]