enkore / i3pystatus

A complete replacement for i3status
https://i3pystatus.readthedocs.io/
MIT License
445 stars 189 forks source link

version 3.35 on pipy does not match the source in github #692

Closed srgvg closed 5 years ago

srgvg commented 5 years ago

looking at https://pypi.org/project/i3pystatus/3.35/#files and downloading the source, when I look at e.g. shell.py, it doesn't have the ignore_empty_stdout config parameter:

 serge  minos  ~/tmp 
➡  grep stdout i3pystatus-3.35/i3pystatus/shell.py 
 serge  minos  ~/tmp  1 
➡  grep stdout  ~/src/util/i3pystatus/i3pystatus/shell.py 
    ignore_empty_stdout = False
        ("ignore_empty_stdout", "Let the block be empty"),
        if not full_text and not self.ignore_empty_stdout:
chestm007 commented 5 years ago

Hi, i think this is somewhat explained in #584 tl;dr the pypi package will be out of date as the recommended way to install i3pystatus is via git.