From a3533e8ddc15a2a2c99d2ad09c06bf6ad1fac962 Mon Sep 17 00:00:00 2001 From: neodarz Date: Thu, 5 Sep 2019 08:45:40 +0200 Subject: Add khal config --- README.md | 1 + config.yaml | 4 ++++ dotfiles/config/khal/config | 22 ++++++++++++++++++++++ install.sh | 4 +++- 4 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 dotfiles/config/khal/config diff --git a/README.md b/README.md index 2108bc8..44314e4 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ gnupg > gnupg config i3 > i3 window manager config i3pystatus > i3 bar window manager replacement config + khal > calendar config scripts > misc scripts systemd > user services for differents application ``` diff --git a/config.yaml b/config.yaml index b17f4b3..7b8e1e0 100644 --- a/config.yaml +++ b/config.yaml @@ -30,6 +30,9 @@ dotfiles: d_gnupg: src: gnupg dst: ~/.gnupg + d_khal: + src: config/khal + dst: ~/.config/khal profiles: unicorn: dotfiles: @@ -42,6 +45,7 @@ profiles: - d_i3 - d_scripts - d_gnupg + - d_khal fenec: dotfiles: - d_i3pystatus diff --git a/dotfiles/config/khal/config b/dotfiles/config/khal/config new file mode 100644 index 0000000..46f77e3 --- /dev/null +++ b/dotfiles/config/khal/config @@ -0,0 +1,22 @@ +[calendars] + + [[personal]] + path = ~/.calendars/perso/personal/ + color = dark green + [[pro]] + path = ~/.calendars/pro/5D88-5832A480-7-54041100/ + [[imie]] + path = ~/.calendars/imie/155c6097-b7a9-4fd1-98f5-44f9075a2e84/ + color = dark blue + [[haum]] + path = ~/.calendars/haum/ + color = dark red + [[linuxmaine]] + path = ~/.calendars/linuxmaine/ + color = dark magenta + + +[default] +highlight_event_days = True +show_all_days = True +timedelta = 7d diff --git a/install.sh b/install.sh index c259246..0a45df1 100644 --- a/install.sh +++ b/install.sh @@ -107,6 +107,8 @@ #sudo pacman -S tmuxp #sudo pacman -S task -## systemd +## khal + +#sudo pacman -S khal # install dotfiles -- cgit v1.2.1