Skip to content

Commit

Permalink
bfs
Browse files Browse the repository at this point in the history
  • Loading branch information
PH111P committed Apr 18, 2018
1 parent 9cca1a0 commit 8d2ed25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion powerline/segments/i3wm.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_icon(w, separator, icons, show_multiple_icons):
for key in icons:
if not icons[key] or len(icons[key]) < 1:
continue
if any(key in win.window_class for win in wins):
if any(key in win.window_class for win in wins if win.window_class):
result += separator + icons[key]
cnt += 1
if not show_multiple_icons and cnt > 1:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def compile_client():

setup(
name='powerline-status-i3',
version='1.7.11',
version='1.7.12',
description='The ultimate statusline/prompt utility. A fork containing more features for the i3 window manager.',
long_description=README,
classifiers=[
Expand Down

0 comments on commit 8d2ed25

Please sign in to comment.