diff --git a/herbstluftwm/panel_content.py b/herbstluftwm/panel_content.py index 4726e38..abf7389 100755 --- a/herbstluftwm/panel_content.py +++ b/herbstluftwm/panel_content.py @@ -126,4 +126,4 @@ def irc(): else: return '' -print(irc(),guthaben(),battery(),sep='') +print(guthaben(),battery(),sep='')