diff options
| author | Vasiliy Horbachenko <shadowprince47@gmail.com> | 2014-05-24 00:07:52 +0300 |
|---|---|---|
| committer | Vasiliy Horbachenko <shadowprince47@gmail.com> | 2014-05-24 00:07:52 +0300 |
| commit | fbac7ee6d51f82756e3cd17a31f7d212f5f6dd3c (patch) | |
| tree | b227bdc7c6a597edd93927ff7b6ec5e0b3777ac9 /modules/current-title.py | |
| parent | 61db2ac48f633db4d1b7c3ee82fa8baf06f3e82b (diff) | |
mpd module
Diffstat (limited to 'modules/current-title.py')
| -rw-r--r-- | modules/current-title.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/current-title.py b/modules/current-title.py index e2f5aef..530908f 100644 --- a/modules/current-title.py +++ b/modules/current-title.py @@ -4,9 +4,8 @@ import time """ Py3status plugin - shows current window title. -DEPENDENCIES: - Depends on i3-py! - pip install i3-py +DEPENDENCIES: Depends on i3-py: + # pip install i3-py If payload from server contains wierd utf-8 (for example one window have something bad in title) - plugin will give empty output UNTIL this window will be closed. I can't fix or workaround that in PLUGIN, problem is in i3-py library. |
