This commit is contained in:
enkore 2015-06-17 17:39:20 +02:00
parent 8ea4bdeb55
commit 09b158a6e1
2 changed files with 6 additions and 1 deletions

View File

@ -6,9 +6,10 @@ master branch
+++++++++++++
* Errors can now be logged to ``~/.i3pystatus-<pid>``
- ``log_level`` setting
- See :ref:`logging`
* Added new callback system
* Added credentials storage
- See :ref:`credentials`
* Added deadbeef module
* Added github module
* Added whosonlocation module

View File

@ -123,6 +123,8 @@ Also change your i3wm config to the following:
.. note:: Don't name your config file ``i3pystatus.py``, as it would
make ``i3pystatus`` un-importable and lead to errors.
.. _credentials:
Credentials
-----------
@ -219,6 +221,8 @@ would produce ``1:5:51``.
* The formatted time is stripped, i.e. spaces on both ends of the
result are removed.
.. _logging:
Logging
-------