From 74c855d59f8aacc0b67261d2e5b7ac7402877360 Mon Sep 17 00:00:00 2001 From: rixx Date: Thu, 19 Mar 2015 15:25:02 +0100 Subject: added click-documentation --- py3status/modules/pomodoro.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/py3status/modules/pomodoro.py b/py3status/modules/pomodoro.py index bf86e96..7fcecba 100644 --- a/py3status/modules/pomodoro.py +++ b/py3status/modules/pomodoro.py @@ -22,7 +22,12 @@ class Py3status: def on_click(self, i3s_output_list, i3s_config, event): """ - Handles click events + Handles click events: + - left click starts an inactive counter and pauses a running + Pomodoro + - middle click resets everything + - right click starts (and ends, if needed) a break + """ if event['button'] == 1: if self.status == 'stop': -- cgit v1.3