From 493367da5ea73a4b54fb3f7efe49c15b64d325dc Mon Sep 17 00:00:00 2001 From: Jens Date: Sat, 3 Sep 2016 23:22:51 +0200 Subject: [PATCH] point of time when calendar event gets relative now customizable --- modules/default/calendar/calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/default/calendar/calendar.js b/modules/default/calendar/calendar.js index e4827b10..31395c4f 100644 --- a/modules/default/calendar/calendar.js +++ b/modules/default/calendar/calendar.js @@ -21,7 +21,7 @@ Module.register("calendar",{ fetchInterval: 5 * 60 * 1000, // Update every 5 minutes. animationSpeed: 2000, fade: true, - urgency: 7, + urgency: 7, timeFormat: "relative", getRelative: '6', fadePoint: 0.25, // Start on 1/4th of the list.