From 607584f160846db7e8343b2bdd2d84d64cee5774 Mon Sep 17 00:00:00 2001 From: Tassos Natsakis Date: Tue, 7 Jan 2020 17:04:51 +0200 Subject: [PATCH] Allowing to set the duration format for the timewarrior module (#769) --- i3pystatus/timewarrior.py | 1 + 1 file changed, 1 insertion(+) diff --git a/i3pystatus/timewarrior.py b/i3pystatus/timewarrior.py index a45de8a..87335f9 100644 --- a/i3pystatus/timewarrior.py +++ b/i3pystatus/timewarrior.py @@ -29,6 +29,7 @@ class Timewarrior(IntervalModule): settings = ( ('format', 'format string'), + ('duration_format', 'duration format string'), ('enable_stop', 'Allow right click to stop tracking'), ('enable_continue', 'ALlow right click to continue tracking'), ('color_running', '#00FF00'),