<feed xmlns='http://www.w3.org/2005/Atom'>
<title>py3status.git/py3status/modules/pomodoro.py, branch master</title>
<subtitle>py3status is an extensible i3status wrapper written in python
</subtitle>
<id>http://forge.jan.systems/py3status.git/atom?h=master</id>
<link rel='self' href='http://forge.jan.systems/py3status.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/py3status.git/'/>
<updated>2015-06-10T18:52:25Z</updated>
<entry>
<title>pomodoro: fix display_bar in python3</title>
<updated>2015-06-10T18:52:25Z</updated>
<author>
<name>Manuel Mendez</name>
<email>mmendez534@gmail.com</email>
</author>
<published>2015-06-10T18:52:25Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/py3status.git/commit/?id=5841d410afa29fc5c79f10fdc1464850567237c5'/>
<id>urn:sha1:5841d410afa29fc5c79f10fdc1464850567237c5</id>
<content type='text'>
In python3 calling `encode` on a string will yield a `bytes` obj which
then leads to a status bar with escaped hex chars instead of the bars, i.e.
`Pomodoro [b'\xe2\x96\x89\xe2\x96\x89\xe2\x96\x8d ']` vs `Pomodoro [b'▉▉▍ ']`.

The fix in python2 is to call format on a `unicode` object vs a `str` (ansii)
object. This will work fine in python3 &gt; 3.3 where the `u` prefix was brought
into python3.
</content>
</entry>
<entry>
<title>move config parameters on every module docstring, overall QA</title>
<updated>2015-03-31T11:14:25Z</updated>
<author>
<name>Ultrabug</name>
<email>ultrabug@gentoo.org</email>
</author>
<published>2015-03-31T11:14:25Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/py3status.git/commit/?id=ada99c0af5665828abc725923bf2f104c577c852'/>
<id>urn:sha1:ada99c0af5665828abc725923bf2f104c577c852</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pomodoro: play sounds before nagging the user.</title>
<updated>2015-03-27T18:28:15Z</updated>
<author>
<name>Federico Ceratto</name>
<email>federico.ceratto@gmail.com</email>
</author>
<published>2015-03-27T18:28:15Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/py3status.git/commit/?id=cd1c82f5bc4497ea649e351fd94b8708802b7d21'/>
<id>urn:sha1:cd1c82f5bc4497ea649e351fd94b8708802b7d21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>QA on all modules docstrings for a clean CLI parsing</title>
<updated>2015-03-27T18:01:28Z</updated>
<author>
<name>Ultrabug</name>
<email>ultrabug@gentoo.org</email>
</author>
<published>2015-03-27T18:01:28Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/py3status.git/commit/?id=bf1d875da988b53059212b178358899582ac4526'/>
<id>urn:sha1:bf1d875da988b53059212b178358899582ac4526</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master'</title>
<updated>2015-03-19T14:43:53Z</updated>
<author>
<name>rixx</name>
<email>rixx-git@cutebit.de</email>
</author>
<published>2015-03-19T14:40:36Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/py3status.git/commit/?id=102313553232fae442a17d2c6193ee43b5852d22'/>
<id>urn:sha1:102313553232fae442a17d2c6193ee43b5852d22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added click-documentation</title>
<updated>2015-03-19T14:25:02Z</updated>
<author>
<name>rixx</name>
<email>rixx-git@cutebit.de</email>
</author>
<published>2015-03-19T14:25:02Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/py3status.git/commit/?id=74c855d59f8aacc0b67261d2e5b7ac7402877360'/>
<id>urn:sha1:74c855d59f8aacc0b67261d2e5b7ac7402877360</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Left click can now pause and resume a Pomodoro</title>
<updated>2015-03-19T14:22:53Z</updated>
<author>
<name>rixx</name>
<email>rixx-git@cutebit.de</email>
</author>
<published>2015-03-19T14:22:53Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/py3status.git/commit/?id=64a78c990dd072ba3d70e182c4f16e55c9e9ef3b'/>
<id>urn:sha1:64a78c990dd072ba3d70e182c4f16e55c9e9ef3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A second right-click stops the ongoing break</title>
<updated>2015-03-19T14:15:42Z</updated>
<author>
<name>rixx</name>
<email>rixx-git@cutebit.de</email>
</author>
<published>2015-03-19T14:15:42Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/py3status.git/commit/?id=c2e23c442f9df310d94ff9b44835096a43257001'/>
<id>urn:sha1:c2e23c442f9df310d94ff9b44835096a43257001</id>
<content type='text'>
In case a break is too long for you
</content>
</entry>
<entry>
<title>replaced 'pause' by 'break'</title>
<updated>2015-03-19T13:49:22Z</updated>
<author>
<name>rixx</name>
<email>rixx-git@cutebit.de</email>
</author>
<published>2015-03-19T13:49:22Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/py3status.git/commit/?id=20c07b755976807b68d3940dbe7b4e487f2e5c69'/>
<id>urn:sha1:20c07b755976807b68d3940dbe7b4e487f2e5c69</id>
<content type='text'>
'break' was already used for notifications and this way 'pause' can be
used when a running Pomodoro needs to be paused (to be resumed later)
</content>
</entry>
<entry>
<title>Pomodoro module: add sound support</title>
<updated>2015-03-19T11:15:16Z</updated>
<author>
<name>Federico Ceratto</name>
<email>federico.ceratto@gmail.com</email>
</author>
<published>2015-03-19T11:15:16Z</published>
<link rel='alternate' type='text/html' href='http://forge.jan.systems/py3status.git/commit/?id=f8f7069e42061107ac5f3a2619d47bfedff96e55'/>
<id>urn:sha1:f8f7069e42061107ac5f3a2619d47bfedff96e55</id>
<content type='text'>
</content>
</entry>
</feed>
