diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-05-11 14:07:00 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-10-30 09:52:23 +0100 |
commit | 46561ece5677674e91c25a548c2b646e0a21ad61 (patch) | |
tree | 2293452f6224e4077c94778e4eaae05551bc01c0 | |
parent | aa9062e3c2f3717483c46a55c67764b1c35b6a48 (diff) |
[khal] highlight days
-rw-r--r-- | .config/khal/config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/khal/config b/.config/khal/config index 56830e0..1fd853d 100644 --- a/.config/khal/config +++ b/.config/khal/config @@ -13,3 +13,9 @@ longdatetimeformat = %d-%m-%Y %H:%M [default] default_calendar = calendar-personal +highlight_event_days = true +show_all_days = true + +[highlight_days] +multiple = "#000" +multiple_on_overflow = true |