From 786470a09ee1d7736c41dcd89db632657f9f87c7 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Thu, 19 Mar 2015 10:18:03 +0000 Subject: Pomodoro module: disable progress bar by default --- py3status/modules/pomodoro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py3status') diff --git a/py3status/modules/pomodoro.py b/py3status/modules/pomodoro.py index af42f08..07e3087 100644 --- a/py3status/modules/pomodoro.py +++ b/py3status/modules/pomodoro.py @@ -26,7 +26,7 @@ class Py3status: timer_break = 5 * 60 timer_long_break = 15 * 60 timer_pomodoro = 25 * 60 - display_bar = True + display_bar = False num_progress_bars = 5 def __init__(self): -- cgit v1.3