diff options
| author | Vasiliy Horbachenko <shadowprince47@gmail.com> | 2014-05-22 16:38:15 +0300 |
|---|---|---|
| committer | Vasiliy Horbachenko <shadowprince47@gmail.com> | 2014-05-22 16:38:15 +0300 |
| commit | 73f27f48731f213396bc1e206a26f176986c8fdc (patch) | |
| tree | 5c6e32d80e0e13d47b5ecd662de0c46a4aa2c0ba /modules/scratchpad-counter.py | |
| parent | 3beaf88e9764e26725ab2cd2dfbe5c08ec61340e (diff) | |
scratchpad counter and current title fixes
Diffstat (limited to 'modules/scratchpad-counter.py')
| -rw-r--r-- | modules/scratchpad-counter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/scratchpad-counter.py b/modules/scratchpad-counter.py index 5fc3c71..f2c7dbc 100644 --- a/modules/scratchpad-counter.py +++ b/modules/scratchpad-counter.py @@ -24,7 +24,7 @@ class Py3status: self.count = -1 super(Py3status).__init__(*args, **kwargs) - def currentTitle(self, json, i3status_config): + def scratchpadCounter(self, i3status_output_json, i3status_config): count = len(find_scratch(i3.get_tree()).get("floating_nodes", [])) if self.count != count: |
